fix: apply prettier formatting to pass CI #4

Merged
ghost merged 1 commits from fix/format-check into main 2026-03-07 16:57:25 +00:00
ghost commented 2026-03-07 16:55:39 +00:00 (Migrated from github.com)

Summary

  • Runs prettier --write src/ to fix 3 files with formatting inconsistencies
  • src/api/kbench.ts — method chain line break
  • src/components/BenchmarkPage.tsx — template literal line wrapping
  • src/components/OverviewPage.tsx — spread array indentation

Context

CI on main has 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

  • CI format:check step passes on this PR
  • No functional changes — diff is pure whitespace/indentation

🤖 Generated with Claude Code

## Summary - Runs `prettier --write src/` to fix 3 files with formatting inconsistencies - `src/api/kbench.ts` — method chain line break - `src/components/BenchmarkPage.tsx` — template literal line wrapping - `src/components/OverviewPage.tsx` — spread array indentation ## Context CI on `main` has 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 - [ ] CI format:check step passes on this PR - [ ] No functional changes — diff is pure whitespace/indentation 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Chris Farhood approved these changes 2026-03-07 17:12:25 +00:00
Chris Farhood left a comment

LGTM. Pure formatting fix, CI is green on main now. Nice and clean — 3 files, no functional changes. Good work closing out issue #3.

LGTM. Pure formatting fix, CI is green on main now. Nice and clean — 3 files, no functional changes. Good work closing out issue #3.
Sign in to join this conversation.