aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/main.rs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-11-28 19:29:32 +0100
committerGitHub <noreply@github.com>2022-11-28 19:29:32 +0100
commit179474d2c2a09abaa8806b9da791121b6a5ca082 (patch)
tree5c311959e9ef20ee30b00eba6cc612911d9ff7d9 /src-tauri/src/main.rs
parentc52a78c2687a308187f6ee2fa3ff67486ac7d324 (diff)
downloadFlightCore-179474d2c2a09abaa8806b9da791121b6a5ca082.tar.gz
FlightCore-179474d2c2a09abaa8806b9da791121b6a5ca082.zip
style: Auto-format all Rust code (#84)
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r--src-tauri/src/main.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
index 8947d743..1f6fad44 100644
--- a/src-tauri/src/main.rs
+++ b/src-tauri/src/main.rs
@@ -12,10 +12,12 @@ use std::{
use app::*;
mod github;
-use github::release_notes::{get_northstar_release_notes, check_is_flightcore_outdated};
+use github::release_notes::{check_is_flightcore_outdated, get_northstar_release_notes};
mod repair_and_verify;
-use repair_and_verify::{clean_up_download_folder, disable_all_but_core, verify_game_files, get_log_list};
+use repair_and_verify::{
+ clean_up_download_folder, disable_all_but_core, get_log_list, verify_game_files,
+};
mod mod_management;
use mod_management::{