cargo fmt
This commit is contained in:
parent
e9a1580ce7
commit
7b6282d13b
|
@ -1090,7 +1090,7 @@ fn spawn_entities(
|
|||
actor.insert(actor::Identifier(state.id.clone()));
|
||||
id2pos.0.insert(state.id.clone(), absolute_pos);
|
||||
}
|
||||
if !state.chat.is_empty() {
|
||||
if !state.chat.is_empty() {
|
||||
actor.insert(chat::Talker {
|
||||
actor_id: state.id.clone(),
|
||||
chat_name: state.chat.clone(),
|
||||
|
|
Loading…
Reference in a new issue