diff options
Diffstat (limited to 'src/controller/utils.rs')
| -rw-r--r-- | src/controller/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/utils.rs b/src/controller/utils.rs index ccef33c..32eb1d0 100644 --- a/src/controller/utils.rs +++ b/src/controller/utils.rs @@ -1,7 +1,7 @@ use http_body_util::Full; use hyper::body::Bytes; use hyper::header::{ - HeaderName, HeaderValue, CACHE_CONTROL, CONTENT_TYPE, LOCATION, + CACHE_CONTROL, CONTENT_TYPE, HeaderName, HeaderValue, LOCATION, }; use hyper::{Response, StatusCode}; use std::collections::HashMap; |
