chore: cargo fmt

This commit is contained in:
hexlocation 2025-08-02 20:41:28 +02:00
parent 638b0376d8
commit 89df8c684b
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -1,3 +1,3 @@
pub mod controller;
pub mod proxy;
pub mod matcher;
pub mod proxy;