From 53adc93d256c6ad35e2ce5ce4b0d4cbc4b35bd66 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 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)