Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceeri committed Jul 24, 2023
1 parent 6c005d8 commit f1020b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/collider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use {crate::geometry::VHACDParameters, bevy::utils::HashMap};
use bevy::prelude::*;

use bevy::ecs::{
entity::{EntityMap, MapEntities, MapEntitiesError},
entity::{EntityMap, MapEntities},
reflect::ReflectMapEntities,
};
use bevy::utils::HashSet;
Expand Down

0 comments on commit f1020b5

Please sign in to comment.