Browse Source

clippy/fmt

tensor-programming 5 years ago
parent
commit
dd40b44598
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/tauri-bundler/src/bundle/wix.rs

+ 1 - 1
cli/tauri-bundler/src/bundle/wix.rs

@@ -170,7 +170,7 @@ fn download_and_verify(url: &str, hash: &str) -> crate::Result<Vec<u8>> {
 
 fn app_installer_dir(settings: &Settings) -> crate::Result<PathBuf> {
   let arch = match settings.binary_arch() {
-     "x86" => "i386",
+    "x86" => "i386",
     "x86_64" => "amd64",
     target => {
       return Err(crate::Error::from(format!(