Skip to content

Commit 5853ffa

Browse files
committed
fix rustfmt error
1 parent af124e6 commit 5853ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl AfterMiddleware for CacheMiddleware {
102102

103103
if cfg!(test) {
104104
assert!(
105-
!res.headers.has::<CacheControl>(),
105+
!res.headers.has::<CacheControl>(),
106106
"handlers should never set their own caching headers and only use CachePolicy to control caching."
107107
);
108108
}

0 commit comments

Comments
 (0)