Skip to content

Commit 127bd1f

Browse files
committed
Fmt
1 parent 2c062a8 commit 127bd1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/bevy_ecs/src/query/access.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,9 @@ impl InvertibleComponentIdSet<'_> {
517517
/// Iterate the underlying component ids
518518
pub fn iter(&self) -> ComponentIdIter<Ones<'_>> {
519519
match self {
520-
InvertibleComponentIdSet::Included(b) | InvertibleComponentIdSet::Excluded(b) => b.iter(),
520+
InvertibleComponentIdSet::Included(b) | InvertibleComponentIdSet::Excluded(b) => {
521+
b.iter()
522+
}
521523
}
522524
}
523525
}

0 commit comments

Comments
 (0)