Skip to content

Commit 3f200b1

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 3b8fdd3 commit 3f200b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/domain/game/app/TimerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public boolean validateCurrentRound(Room room) {
4040
return true;
4141
}
4242
cancelTimer(room);
43-
// room.getScheduler().shutdown();
43+
// room.getScheduler().shutdown();
4444
return false;
4545
}
4646

0 commit comments

Comments
 (0)