Skip to content

Commit

Permalink
ran rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteriouslyseeing committed Feb 28, 2025
1 parent 5c850a4 commit 08fc7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/dynamic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use bevy::{
world::FilteredEntityMut,
},
prelude::*,
ptr::{ALIGNED, OwningPtr},
ptr::{OwningPtr, ALIGNED},
};

const PROMPT: &str = "
Expand Down

0 comments on commit 08fc7c2

Please sign in to comment.