From 68400816783a4444aa8cb9b793ba74f514550bb5 Mon Sep 17 00:00:00 2001 From: Nasr Date: Tue, 3 Dec 2024 17:56:52 +0700 Subject: [PATCH] fmt --- bin/torii/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/torii/src/main.rs b/bin/torii/src/main.rs index 7645b0d256..f10f6ca3c6 100644 --- a/bin/torii/src/main.rs +++ b/bin/torii/src/main.rs @@ -278,8 +278,7 @@ async fn spawn_rebuilding_graphql_server( loop { let shutdown_rx = shutdown_tx.subscribe(); - let (new_addr, new_server) = - torii_graphql::server::new(shutdown_rx, &pool).await; + let (new_addr, new_server) = torii_graphql::server::new(shutdown_rx, &pool).await; tokio::spawn(new_server);