From 040231d554b74e981644e606c096ced6fc36a2ad Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 12 Oct 2021 14:56:29 +0200 Subject: [PATCH] fix fmt lints --- src/conn.rs | 4 +--- 1 file changed, 1 insertion(+), 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::*;