Skip to content

Commit 1946ce3

Browse files
committed
chore: cargo format
1 parent cdf9cbd commit 1946ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/axum.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
use crate::headers;
21
use crate::LayerMode;
32
use crate::Unpoly;
3+
use crate::headers;
44

55
use axum::{
66
extract::FromRequestParts,
7-
http::{request::Parts, StatusCode},
7+
http::{StatusCode, request::Parts},
88
};
99

1010
impl<S> FromRequestParts<S> for Unpoly

0 commit comments

Comments
 (0)