Fix indentation
This commit is contained in:
parent
b9296f8e57
commit
50c6d1be1c
1 changed files with 1 additions and 1 deletions
|
@ -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, )*)?;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue