Ran rustfmt

This commit is contained in:
Acrimon 2019-07-12 21:29:16 +02:00
parent 20ac81a986
commit ccc7cb2976

View File

@ -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(),