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

Commit 29f8187

Browse files
committed
chore: use object shorthand for properties
1 parent 95fe33a commit 29f8187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ exports.decode = function decode (buf) {
104104
}
105105

106106
return {
107-
code: code,
107+
code,
108108
name: codes[code],
109109
length: len,
110110
digest: buf

0 commit comments

Comments
 (0)