diff --git a/src/ship/packet/handler/lobby.rs b/src/ship/packet/handler/lobby.rs index dd0e6d9..2e1625c 100644 --- a/src/ship/packet/handler/lobby.rs +++ b/src/ship/packet/handler/lobby.rs @@ -155,4 +155,4 @@ pub fn get_room_tab_info(id: ClientId, } else { Ok(vec![(id, SendShipPacket::SmallLeftDialog(SmallLeftDialog::new("Game is no longer active".into())))]) } -} \ No newline at end of file +}