From 77da43253bdbff5a572ed09bb33d42d4800a9752 Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Tue, 6 Jun 2023 19:06:25 -0600 Subject: [PATCH] Lint --- src-tauri/src/unzip.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src-tauri/src/unzip.rs b/src-tauri/src/unzip.rs index acef719b..bfe415d8 100644 --- a/src-tauri/src/unzip.rs +++ b/src-tauri/src/unzip.rs @@ -114,13 +114,13 @@ pub fn unzip( } if zipfile.contains("GIMI") { - window - .emit( - "migoto_extracted", - destpath.to_string() + "3DMigoto Loader.exe", - ) - .unwrap(); - } + window + .emit( + "migoto_extracted", + destpath.to_string() + "3DMigoto Loader.exe", + ) + .unwrap(); + } // Delete zip file match std::fs::remove_file(&zipfile) {