ksud: make cargo fmt happy

This commit is contained in:
weishu
2023-10-21 13:21:33 +08:00
parent 9b294682b0
commit fd03626362
3 changed files with 3 additions and 8 deletions

View File

@@ -81,13 +81,10 @@ pub fn get_apk_signature(apk: &str) -> Result<(u32, String)> {
}
if v3_signing_exist || v3_1_signing_exist {
return Err(anyhow::anyhow!(
"Unexpected v3 signature found!",
));
return Err(anyhow::anyhow!("Unexpected v3 signature found!",));
}
v2_signing.ok_or(anyhow::anyhow!("No signature found!"))
}
fn calc_cert_sha256(