diff --git a/crates/lavina-core/src/repo/room.rs b/crates/lavina-core/src/repo/room.rs index bd6f824..77104fe 100644 --- a/crates/lavina-core/src/repo/room.rs +++ b/crates/lavina-core/src/repo/room.rs @@ -16,7 +16,8 @@ impl Storage { memberships where user_id = ? and room_id = ? - );", + ); + ", ) .bind(player_id) .bind(room_id)