Skip to content

Commit 1b7ce53

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/benchmark-svg.ts

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

0 commit comments

Comments
 (0)