diff --git a/src/main.rs b/src/main.rs index 6a6292d..e290ec1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,7 +28,10 @@ fn main() { world .create_entity() - .with(Position { x: spawn_pos.0, y: spawn_pos.1 }) + .with(Position { + x: spawn_pos.0, + y: spawn_pos.1, + }) .with(CharRender { glyph: '@' }) .with(Player) .with(Mobile {