From: Ruben Beltran del Rio Date: Mon, 27 Jan 2025 16:07:06 +0000 (+0100) Subject: Apply formatting X-Git-Tag: 1.1.0~16 X-Git-Url: https://git.r.bdr.sh/rbdr/olden-mail/commitdiff_plain/66bcf7c1640b6d5c5a04928b31062c71c5a26791?ds=inline Apply formatting --- 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.