diff --git a/src/common/client.rs b/src/common/client.rs index d7cf93a..7ce5894 100644 --- a/src/common/client.rs +++ b/src/common/client.rs @@ -22,8 +22,7 @@ impl Client where S: SendServerPacket + std::fmt::Debug, R: RecvServerPacket + std::fmt::Debug, { - pub fn new(id: ClientId, socket: mio::tcp::TcpStream) -> Client - { + pub fn new(id: ClientId, socket: mio::tcp::TcpStream) -> Client { Client { id: id, running: true,