Skip to content

Commit 01304b2

Browse files
style: format benchmark script
1 parent 51e9271 commit 01304b2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

scripts/benchmark-svg.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ const calendar = {
2929
totalContributions: 1240,
3030
weeks: Array.from({ length: 14 }, (_, weekIndex) => ({
3131
contributionDays: Array.from({ length: 7 }, (_, dayIndex) => ({
32-
contributionCount: deterministicContributionCount(
33-
weekIndex,
34-
dayIndex
35-
),
32+
contributionCount: deterministicContributionCount(weekIndex,dayIndex),
3633
date: `2026-05-${String(weekIndex * 7 + dayIndex + 1).padStart(2, '0')}`,
3734
})),
3835
})),

0 commit comments

Comments
 (0)