From e5b43e4388002df43ef278d07b822efd172a998e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 3 Jun 2022 08:13:59 -0500 Subject: [PATCH] cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 354f1a9..a9f5f62 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,8 +3,8 @@ #![allow(clippy::type_complexity)] pub use bevy_input_actionmap; -pub use bevy_synthizer; pub use bevy_rapier2d; +pub use bevy_synthizer; pub use bevy_tts; pub mod commands; pub use coord_2d;