chore: formatting

This commit is contained in:
zhom
2025-08-08 06:42:36 +04:00
parent b733d26f10
commit 3003f868e7
+1 -2
View File
@@ -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<dyn std::error::Error + Send + Sync>> {
#[cfg(target_os = "macos")]
{