aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-27 17:07:06 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-27 17:07:06 +0100
commit66bcf7c1640b6d5c5a04928b31062c71c5a26791 (patch)
tree6751f4ace1161523462fd87e716bf80ddc877f07 /src
parenta8a71b1901784f672f6b778464506463c4ecb286 (diff)
Apply formatting
Diffstat (limited to 'src')
-rw-r--r--src/proxy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy.rs b/src/proxy.rs
index befb35b..33de440 100644
--- a/src/proxy.rs
+++ b/src/proxy.rs
@@ -42,7 +42,7 @@ use std::thread::{sleep, spawn, JoinHandle};
use std::time::Duration;
use crate::configuration::Proxy;
-use crate::middleware::{SERVER_MIDDLEWARE, CLIENT_MIDDLEWARE};
+use crate::middleware::{CLIENT_MIDDLEWARE, SERVER_MIDDLEWARE};
/// A proxy server that listens for plaintext connections and forwards them
/// via TLS.