Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Nov 21, 2024
1 parent eacff6d commit a424e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/placement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn main() {
}

fn spawn_scene(mut commands: Commands) {
commands.spawn(Camera2d::default());
commands.spawn(Camera2d);
commands
.spawn(Node {
display: Display::Grid,
Expand Down

0 comments on commit a424e03

Please sign in to comment.