Skip to content

Commit 8cc3948

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent b63cfb0 commit 8cc3948

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,11 @@ public void gameEnd(Room room) {
167167
room.updateRoomState(RoomState.WAITING);
168168

169169
messageSender.send(
170-
destination,
171-
MessageType.GAME_SETTING,
172-
toGameSettingResponse(room.getGameSetting(), quizService.getQuizWithQuestionsById(room.getGameSetting().getQuizId())));
170+
destination,
171+
MessageType.GAME_SETTING,
172+
toGameSettingResponse(
173+
room.getGameSetting(),
174+
quizService.getQuizWithQuestionsById(room.getGameSetting().getQuizId())));
173175
messageSender.send(destination, MessageType.ROOM_SETTING, toRoomSettingResponse(room));
174176
}
175177

0 commit comments

Comments
 (0)