Skip to content

Commit

Permalink
fix(fixed): update commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tr3v3r committed Dec 30, 2024
1 parent 452796c commit 2b76e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/printer/utils/BufferHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class BufferHelper {
}

toBuffer(): Buffer {
// @ts-expect-error
return Buffer.concat(this.buffers, this.size);
}

Expand Down

0 comments on commit 2b76e22

Please sign in to comment.