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

Commit

Permalink
Use object shorthand for properties
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Apr 26, 2020
1 parent 95fe33a commit 920a821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -104,7 +104,7 @@ exports.decode = function decode (buf) {
}

return {
code: code,
code,
name: codes[code],
length: len,
digest: buf
Expand Down

0 comments on commit 920a821

Please sign in to comment.