Skip to content

Commit 7261adf

Browse files
committed
Added rustfmt formatting
1 parent 62b8222 commit 7261adf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/connection/inet_socket_connection.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ use futures::{
1212
mpsc::{unbounded, UnboundedReceiver, UnboundedSender},
1313
oneshot::{channel, Sender},
1414
},
15-
future::{self, Either}, SinkExt,
15+
future::{self, Either},
16+
SinkExt,
1617
};
1718

1819
pub struct InetSocketConnection {

src/connection/unix_socket_connection.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ use futures::{
1212
mpsc::{unbounded, UnboundedReceiver, UnboundedSender},
1313
oneshot::{channel, Sender},
1414
},
15-
future::{self, Either}, SinkExt,
15+
future::{self, Either},
16+
SinkExt,
1617
};
1718

1819
pub struct UnixSocketConnection {

0 commit comments

Comments
 (0)