Skip to content

Commit 40a9ba0

Browse files
committed
lint
1 parent 80dc87a commit 40a9ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/Hash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ abstract class BaseHash {
186186
if (totalBits >= maxBits) {
187187
throw new Error('Message too long for this hash function')
188188
}
189-
189+
190190
if (this.endian === 'big') {
191191
const lenArray = new Array<number>(lengthBytes)
192192

0 commit comments

Comments
 (0)