Skip to content

Commit

Permalink
i like long lines and i cannot lie
Browse files Browse the repository at this point in the history
80 line width? what year is it?
  • Loading branch information
diogotr7 committed May 10, 2024
1 parent a5c6b37 commit 993a2ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Utils/BufferReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ export class BufferReader {
const p = this.readByte()

// I hate this
return `${H(h)}${H(g)}${H(f)}${H(e)}-${H(d)}${H(c)}-${H(b)}${H(a)}-${H(
p,
)}${H(o)}-${H(n)}${H(m)}${H(l)}${H(k)}${H(j)}${H(i)}`
return `${H(h)}${H(g)}${H(f)}${H(e)}-${H(d)}${H(c)}-${H(b)}${H(a)}-${H(p)}${H(o)}-${H(n)}${H(m)}${H(l)}${H(k)}${H(j)}${H(i)}`
}

readBytes(count: number): Uint8Array {
Expand Down

0 comments on commit 993a2ae

Please sign in to comment.