Skip to content

Commit 2fc1371

Browse files
committed
removed whitespace
1 parent c2a6b04 commit 2fc1371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conditional/util/member.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ def req_cm(uid, members_on_coop=None):
158158
CurrentCoops.date_created > start_of_year()).first()
159159
if co_op:
160160
on_coop = True
161-
161+
162162
spring_semester_start = datetime(start_of_year().year + 1, 1, 1)
163-
163+
164164
is_spring_intro = FreshmanEvalData.query.filter(
165165
FreshmanEvalData.uid == uid,
166166
FreshmanEvalData.freshman_eval_result == "Passed",
167167
FreshmanEvalData.eval_date >= spring_semester_start
168168
).first() is not None
169-
169+
170170
if on_coop or is_spring_intro:
171171
return 15
172172
return 30

0 commit comments

Comments
 (0)