forked from lx/netapp
fix fmt lints
This commit is contained in:
parent
a4069d703c
commit
040231d554
1 changed files with 1 additions and 3 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue