ksud: Fix clippy

This commit is contained in:
weishu
2024-04-12 10:36:25 +08:00
parent 15b35a098b
commit 880908e4ff
2 changed files with 4 additions and 6 deletions
+1 -1
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 {