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

Commit

Permalink
chore: Use object shorthand for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Apr 28, 2020
2 parents 53a587e + 0de6086 commit 6514d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blake.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ function addFuncs (table) {
}

module.exports = {
addFuncs: addFuncs
addFuncs
}
2 changes: 1 addition & 1 deletion src/sha3.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ function addFuncs (table) {
}

module.exports = {
addFuncs: addFuncs
addFuncs
}

0 comments on commit 6514d86

Please sign in to comment.