From 660794c1dd5bfef702b277975bc26a261ff4bc0d 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/lavina-core/src/repo/room.rs b/crates/lavina-core/src/repo/room.rs index 009cba5..f32148c 100644 --- a/crates/lavina-core/src/repo/room.rs +++ b/crates/lavina-core/src/repo/room.rs @@ -17,7 +17,8 @@ impl Storage { memberships where user_id = ? and room_id = ? - );", + ); + ", ) .bind(player_id) .bind(room_id)