rustfmt issue

This commit is contained in:
tommy 2019-07-17 14:04:07 -04:00
parent 3c6fb7a3ec
commit 8bb4993a79

View File

@ -491,4 +491,3 @@ fn handle_msg(server: &mut Server, entity: EcsEntity, args: String, action: &Cha
.notify(entity, ServerMsg::Chat(String::from(action.help_string))),
}
}