From 85bb5253657c16d9674a9be2f6c8090b413ca7fb Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Mon, 20 Mar 2023 12:41:01 +0100 Subject: chore: Fix formatting --- src-tauri/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 1e548166..12c839fe 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -195,7 +195,7 @@ async fn do_install(nmod: &thermite::model::ModVersion, game_path: &std::path::P let download_path = format!("{}/{}", download_directory.clone(), filename); println!("{}", download_path); - let nfile = match thermite::core::manage::download_file(&nmod.url, download_path){ + let nfile = match thermite::core::manage::download_file(&nmod.url, download_path) { Ok(res) => res, Err(err) => return Err(anyhow!("Failed downloading Northstar {}", err)), }; -- cgit v1.2.3