style(server): rustfmt

This commit is contained in:
SabrinaJewson
2022-03-12 15:40:35 +00:00
committed by Sean McArthur
parent dd08d9c3e5
commit e3ee1de32d

View File

@@ -11,7 +11,7 @@ use crate::body::HttpBody;
use crate::proto::h2::server::H2Stream; use crate::proto::h2::server::H2Stream;
use crate::rt::Executor; use crate::rt::Executor;
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
use crate::server::server::{Watcher, new_svc::NewSvcTask}; use crate::server::server::{new_svc::NewSvcTask, Watcher};
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
use crate::service::HttpService; use crate::service::HttpService;