diff options
author | Alex Auvolat <alex@adnab.me> | 2021-10-12 14:56:29 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-10-12 14:56:29 +0200 |
commit | 040231d554b74e981644e606c096ced6fc36a2ad (patch) | |
tree | 96d36d9cf1598b31af7ff4ae2f2d3178aad6c316 | |
parent | a4069d703c63e9512a87df7f16c574711f960335 (diff) | |
download | netapp-040231d554b74e981644e606c096ced6fc36a2ad.tar.gz netapp-040231d554b74e981644e606c096ced6fc36a2ad.zip |
fix fmt lintsv0.2.0-prerelease
-rw-r--r-- | src/conn.rs | 4 |
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::*; |