Skip to content

Commit e5a8c50

Browse files
committed
Fix Clippy warnings in fallback fixture
1 parent a08157e commit e5a8c50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

updater/src/builder.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -989,9 +989,9 @@ fi
989989
fs::create_dir_all(source_root.join("launcher"))?;
990990
fs::create_dir_all(source_root.join("packaging/linux"))?;
991991
fs::create_dir_all(source_root.join("assets"))?;
992-
write_fake_computer_use_bundle(&source_root)?;
993-
write_fake_linux_features_bundle(&source_root)?;
994-
write_fake_patch_bundle(&source_root)?;
992+
write_fake_computer_use_bundle(source_root)?;
993+
write_fake_linux_features_bundle(source_root)?;
994+
write_fake_patch_bundle(source_root)?;
995995
fs::write(source_root.join("install.sh"), b"#!/bin/bash\n")?;
996996
fs::write(
997997
source_root.join("launcher/cli-launch-path.py"),

0 commit comments

Comments
 (0)