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

Use object shorthand for properties #49

Merged
merged 1 commit into from Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/blake.js
Expand Up @@ -52,5 +52,5 @@ function addFuncs (table) {
}

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

module.exports = {
addFuncs: addFuncs
addFuncs
}