Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 0de6086

Browse files
committed
Use object shorthand for properties
1 parent 53a587e commit 0de6086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/blake.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ function addFuncs (table) {
5252
}
5353

5454
module.exports = {
55-
addFuncs: addFuncs
55+
addFuncs
5656
}

src/sha3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ function addFuncs (table) {
4848
}
4949

5050
module.exports = {
51-
addFuncs: addFuncs
51+
addFuncs
5252
}

0 commit comments

Comments
 (0)