Skip to content

Commit 12c5b69

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 61b4120 commit 12c5b69

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/RoomService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public void reconnectSendResponse(Long roomId, UserPrincipal principal) {
318318
MessageType.SYSTEM_NOTICE,
319319
ofPlayerEvent(principal.getUserNickname(), RoomEventType.RECONNECT));
320320

321-
if (room.isPlaying()) {
321+
if (room.isPlaying()) {
322322
messageSender.sendPersonal(
323323
userDestination,
324324
MessageType.SYSTEM_NOTICE,

0 commit comments

Comments
 (0)