Skip to content

Commit ea6c9c3

Browse files
committed
Cleanup: cargo fmt.
1 parent 2c3c672 commit ea6c9c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/android/bevy_android.rs

Lines changed: 6 additions & 2 deletions
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)