Skip to content

Commit 1f5e905

Browse files
committed
fix: bun lint
1 parent a95d5cf commit 1f5e905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bun/test/perf/committeeIndices.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ describe("computeIndices", () => {
1616
// Don't run 4_000_000 since it's very slow and not testnet has gotten there yet
1717
// 4e6,
1818
]) {
19-
// don't want to generate random seed to investigate performance
20-
// each seed may lead to different cached items hence different performance
19+
// don't want to generate random seed to investigate performance
20+
// each seed may lead to different cached items hence different performance
2121
const seed = new Uint8Array(32).fill(1);
2222
const vc = listSize;
2323
const activeIndices = new Uint32Array(

0 commit comments

Comments
 (0)