Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 2d2b998

Browse files
committed
Remove unnecessary whitespace
A single line of whitespace is all we need.
1 parent 22897c2 commit 2d2b998

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hash160.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ pub struct Hash(
3535
[u8; 20]
3636
);
3737

38-
39-
4038
hex_fmt_impl!(Debug, Hash);
4139
hex_fmt_impl!(Display, Hash);
4240
hex_fmt_impl!(LowerHex, Hash);
@@ -199,13 +197,11 @@ mod benches {
199197

200198
#[bench]
201199
pub fn hash160_64k(bh: & mut Bencher) {
202-
203200
let mut engine = hash160::Hash::engine();
204201
let bytes = [1u8; 65536];
205202
bh.iter( || {
206203
engine.input(&bytes);
207204
});
208205
bh.bytes = bytes.len() as u64;
209206
}
210-
211207
}

0 commit comments

Comments
 (0)