Skip to content

Commit 81f6f26

Browse files
committed
Formatting
1 parent 392ca7e commit 81f6f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sbbf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('Split Block Bloom Filters', function () {
6060
new Long(0x0, 0x1, true),
6161
new Long(793516929, -2061372197, true), // regression test; this one was failing get blockIndex
6262
];
63-
63+
6464
const badVal = Long.fromNumber(0xfafafafa, true);
6565

6666
it('filter insert + check works', function () {

0 commit comments

Comments
 (0)