mirror of
https://github.com/openharmony/third_party_rust_hyper.git
synced 2026-07-01 19:54:17 -04:00
style(server): rustfmt
This commit is contained in:
committed by
Sean McArthur
parent
a7b8ae363c
commit
835899b3fc
+1
-1
@@ -11,7 +11,7 @@ use crate::body::HttpBody;
|
||||
use crate::proto::h2::server::H2Stream;
|
||||
use crate::rt::Executor;
|
||||
#[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")))]
|
||||
use crate::service::HttpService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user