Skip to content

Commit bc53e2a

Browse files
author
GitLab CI/CD
committed
Format code using Prettier
1 parent d703b69 commit bc53e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Client/src/components/calendar/WeekCalendar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ const WeekCalendar: React.FC = () => {
8282
let missingCourse = false;
8383

8484
await getSelectedUniversity(
85-
() => { },
86-
() => { },
85+
() => {},
86+
() => {},
8787
(missing) => {
8888
missingUniversity = missing;
8989
},
9090
);
9191
await getSelectedCourse(
92-
() => { },
93-
() => { },
92+
() => {},
93+
() => {},
9494
(missing) => {
9595
missingCourse = missing;
9696
},

0 commit comments

Comments
 (0)