We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc0675 commit b3cef38Copy full SHA for b3cef38
primitives/src/hash_types/generic.rs
@@ -54,7 +54,7 @@ impl str::FromStr for HashType {
54
impl fmt::Debug for HashType {
55
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
56
for byte in self.as_byte_array() {
57
- write!(f, "{:02x}", byte)?
+ write!(f, "{:02x}", byte)?;
58
}
59
Ok(())
60
0 commit comments