Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 10, 2023
1 parent 865e881 commit bf5d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const f = des.deserializeFloat32()
const s = des.deserializeString()
const a = des.deserializeArray((des) => des.deserializeUInt32())

console.log({b, i, f, s, a})
console.log({ b, i, f, s, a })
```

### Object
Expand Down

0 comments on commit bf5d4e2

Please sign in to comment.