Skip to content

Commit d480a0c

Browse files
committed
fix fmt
1 parent 7ba6ea5 commit d480a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-cache-reqwest/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ use std::{
6161
pub use http::request::Parts;
6262
use http::{
6363
header::{HeaderName, CACHE_CONTROL},
64-
HeaderValue, Method, Extensions,
64+
Extensions, HeaderValue, Method,
6565
};
6666
use http_cache::{
6767
BoxError, HitOrMiss, Middleware, Result, XCACHE, XCACHELOOKUP,

0 commit comments

Comments
 (0)