Skip to content

Commit a1fa28b

Browse files
Austin-Xgithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent f51d500 commit a1fa28b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

course-matrix/frontend/src/api/baseApiSlice.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ const baseQuery = fetchBaseQuery({ baseUrl: BASE_URL });
55

66
export const apiSlice = createApi({
77
baseQuery,
8-
tagTypes: ["Auth", "Course", "Department", "Offering", "Timetable", "Event", "Restrictions"],
8+
tagTypes: [
9+
"Auth",
10+
"Course",
11+
"Department",
12+
"Offering",
13+
"Timetable",
14+
"Event",
15+
"Restrictions",
16+
],
917
endpoints: () => ({}),
1018
});

course-matrix/frontend/src/pages/TimetableBuilder/Calendar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ function Calendar({
286286
);
287287
}
288288

289-
export default Calendar;
289+
export default Calendar;

0 commit comments

Comments
 (0)