cleanup: cargo fmt
This commit is contained in:
@@ -29,4 +29,3 @@ impl<T: Send + Sync + 'static> BevyChannelReader<T> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
pub mod bevy_channel;
|
||||
pub mod client;
|
||||
pub mod client_state;
|
||||
pub mod color;
|
||||
pub mod delta;
|
||||
pub mod destroy_queue;
|
||||
pub mod entity_handle;
|
||||
pub mod error;
|
||||
pub mod registry;
|
||||
pub mod resource;
|
||||
pub mod scenegraph;
|
||||
pub mod task;
|
||||
pub mod color;
|
||||
pub mod entity_handle;
|
||||
pub mod bevy_channel;
|
||||
|
||||
Reference in New Issue
Block a user