mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-22 14:26:11 +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() });
|
std::thread::spawn(|| unsafe { quick_menu_loop() });
|
||||||
|
|
||||||
if is_emulator() {
|
if is_emulator() {
|
||||||
std::thread::spawn(|| unsafe { web_session_loop() });
|
std::thread::spawn(|| unsafe { web_session_loop() });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue