From 66b0cab4fff1668082d978c7cc2ec53dce9678b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sat, 9 Mar 2024 15:28:01 +0100 Subject: [PATCH] fmt --- crates/border-wars/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index 0911f41..257aefb 100644 --- a/crates/border-wars/src/lib.rs +++ b/crates/border-wars/src/lib.rs @@ -4,8 +4,8 @@ use bevy::prelude::*; pub mod camera; pub mod map; -pub mod scenes; pub mod responsive_scale; +pub mod scenes; /// The current scene of the game. #[derive(Debug, Clone, Copy, Default, Eq, PartialEq, Hash, States)]