Skip to content

Commit e3ee1de

Browse files
SabrinaJewsonseanmonstar
authored andcommitted
style(server): rustfmt
1 parent dd08d9c commit e3ee1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::body::HttpBody;
1111
use crate::proto::h2::server::H2Stream;
1212
use crate::rt::Executor;
1313
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
14-
use crate::server::server::{Watcher, new_svc::NewSvcTask};
14+
use crate::server::server::{new_svc::NewSvcTask, Watcher};
1515
#[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))]
1616
use crate::service::HttpService;
1717

0 commit comments

Comments
 (0)