chore: cargo fmt
This commit is contained in:
parent
638b0376d8
commit
89df8c684b
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ pub async fn check(db: &mut BoxyDatabase) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
let io = TokioIo::new(stream);
|
let io = TokioIo::new(stream);
|
||||||
|
|
||||||
let (mut sender, conn) = hyper::client::conn::http1::handshake(io).await.unwrap();
|
let (mut sender, conn) = hyper::client::conn::http1::handshake(io).await.unwrap();
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pub mod controller;
|
pub mod controller;
|
||||||
pub mod proxy;
|
|
||||||
pub mod matcher;
|
pub mod matcher;
|
||||||
|
pub mod proxy;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue