fix: apply prettier formatting to pass CI #4
Reference in New Issue
Block a user
Delete Branch "fix/format-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
prettier --write src/to fix 3 files with formatting inconsistenciessrc/api/kbench.ts— method chain line breaksrc/components/BenchmarkPage.tsx— template literal line wrappingsrc/components/OverviewPage.tsx— spread array indentationContext
CI on
mainhas been failing at the Format check step (npm run format:check) since at least 2026-03-04. Build, lint, and type-check all pass — only formatting was off.Fixes #3
Test plan
🤖 Generated with Claude Code
LGTM. Pure formatting fix, CI is green on main now. Nice and clean — 3 files, no functional changes. Good work closing out issue #3.