Fix formatting rules

This commit is contained in:
Mikhail 2024-05-09 17:24:24 +02:00
parent e9d777b16d
commit eeffa212f0
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ impl RoomHandle {
if !lock.storage.is_room_member(room_storage_id, player_storage_id).await.unwrap() { if !lock.storage.is_room_member(room_storage_id, player_storage_id).await.unwrap() {
lock.storage.add_room_member(room_storage_id, player_storage_id).await.unwrap(); lock.storage.add_room_member(room_storage_id, player_storage_id).await.unwrap();
} else { } else {
tracing::warn!("User {} has already been added to the room.", player_id); tracing::warn!("User {:#?} has already been added to the room.", player_id);
} }
lock.members.insert(player_id.clone()); lock.members.insert(player_id.clone());
let update = Updates::RoomJoined { let update = Updates::RoomJoined {