aboutsummaryrefslogtreecommitdiff
path: root/src/conn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn.rs')
-rw-r--r--src/conn.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conn.rs b/src/conn.rs
index 73bc6a1..c2c9c8b 100644
--- a/src/conn.rs
+++ b/src/conn.rs
@@ -14,9 +14,7 @@ use futures::io::AsyncReadExt;
use async_trait::async_trait;
-use kuska_handshake::async_std::{
- handshake_client, handshake_server, BoxStream
-};
+use kuska_handshake::async_std::{handshake_client, handshake_server, BoxStream};
use crate::error::*;
use crate::message::*;