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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.js

+1-1
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)