From 89df8c684b0782656f6ce0bcdb3e114e21216d07 Mon Sep 17 00:00:00 2001 From: hex Date: Sat, 2 Aug 2025 20:41:28 +0200 Subject: [PATCH] chore: cargo fmt --- src/health.rs | 2 +- src/services.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/health.rs b/src/health.rs index 83cfbc3..82fc7eb 100644 --- a/src/health.rs +++ b/src/health.rs @@ -26,7 +26,7 @@ pub async fn check(db: &mut BoxyDatabase) { continue; } }; - + let io = TokioIo::new(stream); let (mut sender, conn) = hyper::client::conn::http1::handshake(io).await.unwrap(); diff --git a/src/services.rs b/src/services.rs index 381d0dc..a2b6a6c 100644 --- a/src/services.rs +++ b/src/services.rs @@ -1,3 +1,3 @@ pub mod controller; -pub mod proxy; pub mod matcher; +pub mod proxy;