From 732f619b9d7295e69b959ad72594e2ebd15bb3f2 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 23 Sep 2019 22:25:45 -0700 Subject: [PATCH] formatting --- src/common/client.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,