ksud: Fix clippy

This commit is contained in:
weishu
2024-04-12 10:36:25 +08:00
parent 705a9b7238
commit 6ea2438425
2 changed files with 4 additions and 6 deletions

View File

@@ -371,7 +371,7 @@ pub fn run() -> Result<()> {
boot,
magiskboot,
flash,
} => crate::boot_patch::restore(boot.unwrap(), magiskboot, flash),
} => crate::boot_patch::restore(boot, magiskboot, flash),
};
if let Err(e) = &result {