mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-27 20:34:03 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
14d53cac77
commit
afb8427c0d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ pub fn main() {
|
|||
});
|
||||
|
||||
std::thread::spawn(|| unsafe { quick_menu_loop() });
|
||||
|
||||
|
||||
if is_emulator() {
|
||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue