From dd40b4459857fc1b4cde1538410725edf11bdf0f Mon Sep 17 00:00:00 2001 From: tensor-programming Date: Wed, 12 Feb 2020 16:53:07 -0500 Subject: [PATCH] clippy/fmt --- cli/tauri-bundler/src/bundle/wix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-bundler/src/bundle/wix.rs b/cli/tauri-bundler/src/bundle/wix.rs index f120ffcdb..ea5df9161 100644 --- a/cli/tauri-bundler/src/bundle/wix.rs +++ b/cli/tauri-bundler/src/bundle/wix.rs @@ -170,7 +170,7 @@ fn download_and_verify(url: &str, hash: &str) -> crate::Result> { fn app_installer_dir(settings: &Settings) -> crate::Result { let arch = match settings.binary_arch() { - "x86" => "i386", + "x86" => "i386", "x86_64" => "amd64", target => { return Err(crate::Error::from(format!(