Fix indentation

This commit is contained in:
hodasemi 2025-04-15 16:34:09 +02:00
parent b9296f8e57
commit 50c6d1be1c

View file

@ -213,7 +213,7 @@ fn events_and_systems(update: &Update) -> TokenStream2 {
for entities in complying_entities.into_iter().multi_cartesian_product() {
#( #component_stores )*
#( #query_structs )*
#( #query_structs )*
func(typed_payload, &mut commands, #( #query_idents, )* #( #resource_idents, )*)?;
}