feat: make clippy happy
This commit is contained in:
@@ -9,7 +9,6 @@ pub fn verify_script(file: &str, skip_verify: bool) {
|
||||
Ok(true) => {
|
||||
// Verify file ok!
|
||||
debugging!("Script {file} verification success");
|
||||
return;
|
||||
}
|
||||
Ok(false) => {
|
||||
failure_and_exit!("Verify script {file} failed, no signature or bad signature");
|
||||
|
||||
Reference in New Issue
Block a user