From 97a78c8bb15916ae6c302814cfa120b29844395d Mon Sep 17 00:00:00 2001 From: Alex Bethel Date: Mon, 10 Jan 2022 19:31:53 -0600 Subject: [PATCH] Formatting --- src/main.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {