hashes: reformat
Essentially this just adds indentation after the previous commit.
This commit is contained in:
parent
aadd7df266
commit
0aeff359f5
|
@ -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 {
|
||||
|
|
|
@ -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))]
|
||||
|
|
Loading…
Reference in New Issue