Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maniwani committed Mar 31, 2022
1 parent 5f15c0e commit 2fbfbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/change_detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub trait DetectChanges {
fn is_changed(&self) -> bool;

/// Flags this value as having been changed.
///
///
/// Mutably accessing this smart pointer will automatically flag this value as having been changed.
/// However, mutation through interior mutability requires manual reporting.
///
Expand Down

0 comments on commit 2fbfbea

Please sign in to comment.