Skip to content

Commit eb4db47

Browse files
committed
syntax...
1 parent c967471 commit eb4db47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/might/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ fn setup(
8080
num_cascades: 1,
8181
maximum_distance: 1.6,
8282
..default()
83-
}.build(),
83+
}
84+
.build(),
8485
));
8586

8687
// ground plane
@@ -176,4 +177,3 @@ fn quit_listener(input: Res<ButtonInput<KeyCode>>) {
176177
std::process::exit(0)
177178
}
178179
}
179-

0 commit comments

Comments
 (0)