hashes: reformat

Essentially this just adds indentation after the previous commit.
This commit is contained in:
Andrew Poelstra 2025-05-05 16:55:15 +00:00
parent aadd7df266
commit 0aeff359f5
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
8 changed files with 124 additions and 126 deletions

View File

@ -15,7 +15,6 @@ crate::internal_macros::general_hash_type! {
"Output of the Bitcoin HASH160 hash function. (RIPEMD160(SHA256))"
}
impl Hash {
/// Finalize a hash engine to produce a hash.
pub fn from_engine(e: HashEngine) -> Self {

View File

@ -20,7 +20,6 @@ crate::internal_macros::general_hash_type! {
"Output of the RIPEMD160 hash function."
}
impl Hash {
/// Finalize a hash engine to produce a hash.
#[cfg(not(hashes_fuzz))]