Skip to content

Commit ecbf16d

Browse files
committed
fix ci
1 parent 698b2d5 commit ecbf16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/relationship/relationship_source_collection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl RelationshipSourceCollection for Entity {
129129

130130
fn remove(&mut self, entity: Entity) {
131131
if *self == entity {
132-
*self = Entity::PLACEHOLDER
132+
*self = Entity::PLACEHOLDER;
133133
}
134134
}
135135

0 commit comments

Comments
 (0)