aboutsummaryrefslogtreecommitdiffstats
path: root/src/channel_stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel_stream.rs')
-rw-r--r--src/channel_stream.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/channel_stream.rs b/src/channel_stream.rs
index f99ca1c..49f51e7 100644
--- a/src/channel_stream.rs
+++ b/src/channel_stream.rs
@@ -15,10 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-use crate::{
- client::Client,
- error::Error,
-};
+use crate::{client::Client, error::Error};
pub struct ChannelStream;