formatting

This commit is contained in:
jake 2019-09-23 22:25:45 -07:00
parent 88efeb0c28
commit 732f619b9d

View File

@ -22,8 +22,7 @@ impl<S, R> Client<S, R> where
S: SendServerPacket + std::fmt::Debug,
R: RecvServerPacket + std::fmt::Debug,
{
pub fn new(id: ClientId, socket: mio::tcp::TcpStream) -> Client<S, R>
{
pub fn new(id: ClientId, socket: mio::tcp::TcpStream) -> Client<S, R> {
Client {
id: id,
running: true,