aboutsummaryrefslogtreecommitdiff
path: root/src/http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.rs')
-rw-r--r--src/http.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.rs b/src/http.rs
index 4731645..2b26e6d 100644
--- a/src/http.rs
+++ b/src/http.rs
@@ -1,5 +1,5 @@
-use std::sync::Arc;
use std::net::SocketAddr;
+use std::sync::Arc;
use anyhow::Result;
use log::*;