forked from lavina/lavina
Fix formatting rules
This commit is contained in:
parent
f3fd15b781
commit
b538cd97a9
|
@ -160,7 +160,7 @@ impl RoomHandle {
|
|||
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();
|
||||
} 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());
|
||||
let update = Updates::RoomJoined {
|
||||
|
|
Loading…
Reference in New Issue