From ccc7cb2976c9add69578ba2d9c9511ba80f74803 Mon Sep 17 00:00:00 2001 From: Acrimon Date: Fri, 12 Jul 2019 21:29:16 +0200 Subject: [PATCH] Ran rustfmt --- server/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/lib.rs b/server/src/lib.rs index acf7d72b41..a0afc058c2 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -93,7 +93,9 @@ impl Server { postoffice: PostOffice::bind(addrs.into())?, clients: Clients::empty(), - thread_pool: ThreadPoolBuilder::new().name("veloren-worker".into()).build(), + thread_pool: ThreadPoolBuilder::new() + .name("veloren-worker".into()) + .build(), chunk_tx, chunk_rx, pending_chunks: HashSet::new(),