From 4d2d33f85967d059066952f82f2b6491a751f8f2 Mon Sep 17 00:00:00 2001 From: ayman Date: Thu, 29 Aug 2024 06:51:21 +0530 Subject: [PATCH] lint: remove empty line --- ts_src/tests.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts_src/tests.spec.ts b/ts_src/tests.spec.ts index 4f300ee..b5686a3 100644 --- a/ts_src/tests.spec.ts +++ b/ts_src/tests.spec.ts @@ -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) {