diff options
Diffstat (limited to 'azalea-protocol/examples')
| -rw-r--r-- | azalea-protocol/examples/handshake_proxy.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea-protocol/examples/handshake_proxy.rs b/azalea-protocol/examples/handshake_proxy.rs index 0161258a..cfe4af52 100644 --- a/azalea-protocol/examples/handshake_proxy.rs +++ b/azalea-protocol/examples/handshake_proxy.rs @@ -25,8 +25,7 @@ use tokio::{ io::{self, AsyncWriteExt}, net::{TcpListener, TcpStream}, }; -use tracing::Level; -use tracing::{error, info, warn}; +use tracing::{Level, error, info, warn}; const LISTEN_ADDR: &str = "127.0.0.1:25566"; const PROXY_ADDR: &str = "127.0.0.1:25565"; |
