diff --git a/examples/image_background.rs b/examples/image_background.rs index 7945c74591c5202708a6afc87d0cb275f203a154..fbbb0e3ce561ae8b97ede7d4c03a2827609af03d 100644 --- a/examples/image_background.rs +++ b/examples/image_background.rs @@ -1,7 +1,7 @@ use bevy::prelude::*; use bevy_cosmic_edit::{ - bevy_color_to_cosmic, change_active_editor_sprite, change_active_editor_ui, - Attrs, AttrsOwned, CosmicAttrs, CosmicBackground, CosmicEditPlugin, CosmicEditUiBundle, Focus, + bevy_color_to_cosmic, change_active_editor_sprite, change_active_editor_ui, Attrs, AttrsOwned, + CosmicAttrs, CosmicBackground, CosmicEditPlugin, CosmicEditUiBundle, Focus, }; fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {