From afb8427c0d9dc8736d428b864e9b1d2cd1e99de6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:06:19 +0000 Subject: [PATCH] Format Rust code using rustfmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2ce51b9..72b763d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -126,7 +126,7 @@ pub fn main() { }); std::thread::spawn(|| unsafe { quick_menu_loop() }); - + if is_emulator() { std::thread::spawn(|| unsafe { web_session_loop() }); }