Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcheng committed Dec 4, 2024
1 parent f4e6c3e commit 089c723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/colleges/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ const engineeringRequirements: readonly CollegeOrMajorRequirement[] = [
'Courses must be from 3 groups.': {
checker: [
...engineeringLiberalArtsGroups.map(group => (course: Course): boolean =>
group.some(distribution => hasCategory(course, distribution) ?? false)),
group.some(distribution => hasCategory(course, distribution) ?? false)
),
],
fulfilledBy: 'courses',
perSlotMinCount: [1, 1, 1, 1, 1, 1],
Expand Down

0 comments on commit 089c723

Please sign in to comment.