aboutsummaryrefslogtreecommitdiff
path: root/src/controller/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller/error.rs')
-rw-r--r--src/controller/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/error.rs b/src/controller/error.rs
index fb1375c..dc04421 100644
--- a/src/controller/error.rs
+++ b/src/controller/error.rs
@@ -1,7 +1,7 @@
use http_body_util::Full;
+use hyper::Response;
use hyper::body::Bytes;
use hyper::header::CACHE_CONTROL;
-use hyper::Response;
use std::collections::HashMap;
use crate::controller::utils;