Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 75b4291

Browse files
committed
chore: fix linting
1 parent ea9e3c3 commit 75b4291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/chunker-rabin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ describe('chunker: rabin', function () {
2121
})
2222

2323
it('chunks non flat buffers', (done) => {
24-
2524
const b1 = Buffer.alloc(2 * 256)
2625
const b2 = Buffer.alloc(1 * 256)
2726
const b3 = Buffer.alloc(5 * 256)

0 commit comments

Comments
 (0)