Skip to content

Commit 879ca28

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent a57c4e0 commit 879ca28

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
@@ -368,6 +368,6 @@ public void handleDisconnectedPlayers(Room room, List<Player> disconnectedPlayer
368368
String destination = getDestination(room.getId());
369369

370370
messageSender.sendBroadcast(
371-
destination, MessageType.PLAYER_LIST, toPlayerListResponse(room));
371+
destination, MessageType.PLAYER_LIST, toPlayerListResponse(room));
372372
}
373373
}

0 commit comments

Comments
 (0)