Format code.

This commit is contained in:
Acrimon
2019-10-04 16:26:22 +02:00
parent d84817137b
commit 2aa8ce9495

View File

@ -21,12 +21,12 @@ use common::{
comp,
effect::Effect,
event::{EventBus, ServerEvent},
msg::{validate_chat_msg, ChatMsgValidationError, MAX_BYTES_CHAT_MSG},
msg::{ClientMsg, ClientState, RequestStateError, ServerError, ServerInfo, ServerMsg},
net::PostOffice,
state::{BlockChange, State, TimeOfDay, Uid},
terrain::{block::Block, TerrainChunk, TerrainChunkSize, TerrainGrid},
vol::{ReadVol, RectVolSize, Vox},
msg::{validate_chat_msg, MAX_BYTES_CHAT_MSG, ChatMsgValidationError},
};
use crossbeam::channel;
use hashbrown::{hash_map::Entry, HashMap};