Skip to content

Commit 56e0010

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent e090bd8 commit 56e0010

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,10 @@ public void chat(Long roomId, String sessionId, ChatMessage chatMessage) {
269269

270270
// 타이머 추가하기
271271
timerService.startTimer(room, CONTINUE_DELAY);
272-
messageSender.send(destination, MessageType.QUESTION_START,
273-
toQuestionStartResponse(room, CONTINUE_DELAY));
272+
messageSender.send(
273+
destination,
274+
MessageType.QUESTION_START,
275+
toQuestionStartResponse(room, CONTINUE_DELAY));
274276
}
275277
}
276278

0 commit comments

Comments
 (0)