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

Commit 22897c2

Browse files
committed
Remove trailing whitespace
1 parent c85dd7d commit 22897c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sha1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl HashTrait for Hash {
108108
let pad_length = zeroes.len() - (e.length % BLOCK_SIZE);
109109
e.input(&zeroes[..pad_length]);
110110
debug_assert_eq!(e.length % BLOCK_SIZE, zeroes.len());
111-
111+
112112
e.input(&util::u64_to_array_be(8 * data_len));
113113
debug_assert_eq!(e.length % BLOCK_SIZE, 0);
114114

0 commit comments

Comments
 (0)