Remove unneeded parenthesis

This commit is contained in:
Emīls 2018-07-19 10:03:21 +01:00 committed by Emīls Piņķis
parent 769d60da2a
commit 85501672fd
1 changed files with 0 additions and 2 deletions

View File

@ -171,7 +171,6 @@ impl Stream for Incoming {
io::Error::new(io::ErrorKind::Other, "Cannot spawn event loop handle")
)?;
Ok(Async::Ready(Some((
(
IpcConnection {
inner: ::std::mem::replace(
&mut self.inner.pipe,
@ -179,7 +178,6 @@ impl Stream for Incoming {
)
},
RemoteId,
)
))))
},
Err(e) => {