mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Ran rustfmt
This commit is contained in:
parent
20ac81a986
commit
ccc7cb2976
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user