forked from lavina/lavina
Fix formatting rules
This commit is contained in:
parent
e9d777b16d
commit
eeffa212f0
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue