Skip to content

Commit

Permalink
lint: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Aug 29, 2024
1 parent 6930b09 commit 4d2d33f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts_src/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ describe(`Uint8Array tools`, () => {
const fixtures = [
1, 0x7fff, 0x00ff, 0x01ff, -0x8000, -0x01, -0x00ff, -0x01ff,
];

const expected = Buffer.alloc(2);

for (const fixture of fixtures) {
Expand Down

0 comments on commit 4d2d33f

Please sign in to comment.