Skip to content

Commit

Permalink
style: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 2, 2024
1 parent 4f17ea5 commit 1ba5dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/modules/pe/authenticode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ fn verify_message_digest(
_ => {
#[cfg(feature = "logging")]
error!("unknown digest algorithm: {:?}", algorithm.oid());
return false;
false
}
}
}
Expand Down

0 comments on commit 1ba5dcc

Please sign in to comment.