Skip to content

Commit 2162a77

Browse files
committed
Semicolon
1 parent 9dea402 commit 2162a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/archetype.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl Edges {
206206
archetype_id,
207207
bundle_status,
208208
},
209-
)
209+
);
210210
}
211211

212212
/// Checks the cache for the target archetype when removing a bundle to the

0 commit comments

Comments
 (0)