Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Sep 1, 2024
1 parent f998c6f commit f2e2139
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bevy_nannou/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ pub mod prelude {
pub use bevy::core_pipeline::bloom::*;
pub use bevy::input::mouse::MouseWheel;
pub use bevy::prelude::{
default, light_consts, ClearColorConfig, Entity, Handle, Image, KeyCode,
MonitorSelection, MouseButton, OrthographicProjection, TouchInput, Vec3, Window, WindowResizeConstraints,
info, warn, error, debug, trace,
debug, default, error, info, light_consts, trace, warn, ClearColorConfig, Entity, Handle,
Image, KeyCode, MonitorSelection, MouseButton, OrthographicProjection, TouchInput, Vec3,
Window, WindowResizeConstraints,
};
pub use bevy::render::render_asset::*;
pub use bevy::render::render_resource::*;
Expand Down

0 comments on commit f2e2139

Please sign in to comment.