Skip to content

Commit 586bb2a

Browse files
committed
chore: formatting
1 parent 0a0b05e commit 586bb2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/server/router/judging.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,9 @@ export const timeSlotRouter = router({
982982
);
983983

984984
// Schedule MLH judging slots
985-
const mlhSlotsToSchedule = Math.floor(input.slotDurationMinutes / MLH_SLOT_MINUTES);
985+
const mlhSlotsToSchedule = Math.floor(
986+
input.slotDurationMinutes / MLH_SLOT_MINUTES,
987+
);
986988
let mlhStartTime = currentTimeChunk;
987989

988990
for (

0 commit comments

Comments
 (0)