fixed formatting issue, again

This commit is contained in:
Matthias 2024-11-21 13:46:37 +01:00
parent cd8af5f659
commit 6b3524d171

View file

@ -1011,7 +1011,7 @@ mod sealed {
#[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 `()`.")]
fn insert_into_world(
self,
self,
world: &mut World,
#[cfg(feature = "track_change_detection")] caller: &'static Location,
){