From 862a3b67d701b3c124e1b682db0cee5fc5b711da Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 3 Jan 2020 23:53:24 +0100 Subject: Cargo fmt --- src/channel_stream.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/channel_stream.rs') 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 . */ -use crate::{ - client::Client, - error::Error, -}; +use crate::{client::Client, error::Error}; pub struct ChannelStream; -- cgit v1.2.3