Skip to content

Commit 54a73e8

Browse files
PrototypeNM1cart
authored andcommitted
Cleanup: cargo fmt.
1 parent 37c5548 commit 54a73e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/android/bevy_android.rs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
// Edit to run any single file example from Bevy.
12
include!("../3d/3d_scene.rs");
23

3-
#[cfg_attr(target_os = "android", ndk_glue::main(logger(level = "trace", tag = "bevy_android"), backtrace = "full"))]
4+
#[cfg_attr(
5+
target_os = "android",
6+
ndk_glue::main(logger(level = "trace", tag = "bevy_android"), backtrace = "full")
7+
)]
48
fn android_main() {
59
main();
6-
}
10+
}

0 commit comments

Comments
 (0)