1
0
Fork 0
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:
github-actions[bot] 2022-10-03 16:06:19 +00:00 committed by GitHub
parent 14d53cac77
commit afb8427c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ pub fn main() {
});
std::thread::spawn(|| unsafe { quick_menu_loop() });
if is_emulator() {
std::thread::spawn(|| unsafe { web_session_loop() });
}