Skip to content

Commit ed140f5

Browse files
add missing newline
1 parent efbebce commit ed140f5

File tree

1 file changed

+1
-0
lines changed
  • crates/bevy_ecs/src/world

1 file changed

+1
-0
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ impl World {
112112
pub fn as_interior_mutable(&mut self) -> InteriorMutableWorld<'_> {
113113
InteriorMutableWorld::new(self)
114114
}
115+
115116
/// Creates a new [`InteriorMutableWorld`] view with only read access to everything.
116117
pub fn as_interior_mutable_readonly(&self) -> InteriorMutableWorld<'_> {
117118
InteriorMutableWorld::new(self)

0 commit comments

Comments
 (0)