Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Aug 20, 2024
1 parent 08bb711 commit 949f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ fn rotate_camera(

fn debug(q_state: Query<&AvianPickupActorState, Changed<AvianPickupActorState>>) {
for state in q_state.iter() {
info!("{:?}", state);
info!("{state:?}");
}
}

0 comments on commit 949f162

Please sign in to comment.