Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahShomette committed Jul 12, 2023
1 parent 760bb6c commit e1762aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/reflect/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use crate::{entity::Entity, system::Resource};
use bevy_reflect::{impl_reflect_value, ReflectDeserialize, ReflectSerialize, TypeRegistryArc};

mod component;
mod entity_commands;
mod map_entities;
mod resource;
mod entity_commands;

pub use component::{ReflectComponent, ReflectComponentFns};
pub use entity_commands::EntityCommandsReflectExtension;
Expand Down

0 comments on commit e1762aa

Please sign in to comment.