From 3003f868e7b15e3ef63696e0a282ff1166a56d9f Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 8 Aug 2025 06:42:36 +0400 Subject: [PATCH] chore: formatting --- src-tauri/src/app_auto_updater.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src-tauri/src/app_auto_updater.rs b/src-tauri/src/app_auto_updater.rs index 132e3f3..30e5253 100644 --- a/src-tauri/src/app_auto_updater.rs +++ b/src-tauri/src/app_auto_updater.rs @@ -536,8 +536,7 @@ impl AppAutoUpdater { /// Install the update by replacing the current app async fn install_update( &self, - #[allow(unused_variables)] - installer_path: &Path, + #[allow(unused_variables)] installer_path: &Path, ) -> Result<(), Box> { #[cfg(target_os = "macos")] {