From 061c3a1093eb251aa5adeab88d7867aae446fead Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 7 May 2024 16:13:53 +0200 Subject: [PATCH] Format --- crates/lavina-core/src/repo/room.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/lavina-core/src/repo/room.rs b/crates/lavina-core/src/repo/room.rs index 8d41a79..506e170 100644 --- a/crates/lavina-core/src/repo/room.rs +++ b/crates/lavina-core/src/repo/room.rs @@ -15,6 +15,7 @@ impl Storage { memberships where user_id = ? and room_id = ?; + ", ) .bind(player_id)