Skip to content

Commit d19a4bb

Browse files
committed
Formatting
1 parent b968fc4 commit d19a4bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_ecs/src/removal_detection.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl<'w, 's, T: Component> RemovedComponents<'w, 's, T> {
123123
}
124124
}
125125

126-
impl<'a, 'w, 's: 'a, T> IntoIterator for &'a mut RemovedComponents<'w, 's, T>
126+
impl<'a, 'w, 's: 'a, T> IntoIterator for &'a mut RemovedComponents<'w, 's, T>
127127
where
128128
T: Component,
129129
{
@@ -133,4 +133,3 @@ where
133133
self.iter()
134134
}
135135
}
136-

0 commit comments

Comments
 (0)