format line

This commit is contained in:
Isse
2023-05-08 19:46:11 +02:00
parent 87b2f0fd26
commit 1d60d72c01

View File

@ -956,7 +956,8 @@ impl PlayState for SessionState {
block.get_sprite().map(|s| (*pos, s)), block.get_sprite().map(|s| (*pos, s)),
) )
}, },
BlockInteraction::Mine(_) | BlockInteraction::Mount => {}, BlockInteraction::Mine(_)
| BlockInteraction::Mount => {},
} }
}, },
Interactable::Entity(entity) => { Interactable::Entity(entity) => {