Format code.

This commit is contained in:
Acrimon 2019-10-04 16:26:22 +02:00
parent 6d6c020eab
commit b4bca0a150

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};