Skip to content

Commit

Permalink
style(server): rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson authored and seanmonstar committed Apr 9, 2022
1 parent dd08d9c commit e3ee1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/exec.rs
Expand Up @@ -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;

Expand Down

0 comments on commit e3ee1de

Please sign in to comment.