mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 07:00:18 +00:00
fixed formatting issue, again
This commit is contained in:
parent
cd8af5f659
commit
6b3524d171
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ mod sealed {
|
||||||
#[allow(non_snake_case, reason = "`all_tuples!()` generates non-snake-case variable names.")]
|
#[allow(non_snake_case, reason = "`all_tuples!()` generates non-snake-case variable names.")]
|
||||||
#[allow(unused_variables, reason = "`world` is unused when implemented for the unit type `()`.")]
|
#[allow(unused_variables, reason = "`world` is unused when implemented for the unit type `()`.")]
|
||||||
fn insert_into_world(
|
fn insert_into_world(
|
||||||
self,
|
self,
|
||||||
world: &mut World,
|
world: &mut World,
|
||||||
#[cfg(feature = "track_change_detection")] caller: &'static Location,
|
#[cfg(feature = "track_change_detection")] caller: &'static Location,
|
||||||
){
|
){
|
||||||
|
|
Loading…
Reference in a new issue