Skip to content

Commit f093c8a

Browse files
committed
cargo fmt
1 parent 0ea5f5c commit f093c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use std::time::Duration;
1313

1414
use std::pin::Pin;
1515

16-
use crate::{Exception, MAX_HEADERS};
1716
use crate::date::fmt_http_date;
17+
use crate::{Exception, MAX_HEADERS};
1818

1919
pub async fn connect<R, W, F, Fut>(
2020
addr: &str,

0 commit comments

Comments
 (0)