Skip to content

Commit e02c76a

Browse files
committed
fix cargo fmt check
1 parent 904a9cd commit e02c76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tauri-bundler/src/bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn patch_binary(binary: &PathBuf, package_type: &PackageType) -> crate::Result<(
5050
crate::PackageType::Nsis => b"__TAURI_BUNDLE_TYPE_VAR_NSS",
5151
crate::PackageType::MacOsBundle | crate::PackageType::Dmg => {
5252
// skip patching for macOS-native bundles
53-
return Ok(())
53+
return Ok(());
5454
}
5555
_ => {
5656
return Err(crate::Error::InvalidPackageType(

0 commit comments

Comments
 (0)