Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Testare committed Feb 8, 2023
1 parent 4a00307 commit d535c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_ecs/src/reflect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ impl ReflectMapEntities {
&self,
world: &mut World,
entity_map: &EntityMap,
entities: Vec<Entity>
) -> Result<(), MapEntitiesError> {
entities: Vec<Entity>,
) -> Result<(), MapEntitiesError> {
(self.map_entities)(world, entity_map, entities)
}
}
Expand Down

0 comments on commit d535c42

Please sign in to comment.