Skip to content

style: fix rustfmt and prettier formatting (CI)#26

Merged
hudsonbrendon merged 1 commit into
mainfrom
fix/ci-formatting
Jun 20, 2026
Merged

style: fix rustfmt and prettier formatting (CI)#26
hudsonbrendon merged 1 commit into
mainfrom
fix/ci-formatting

Conversation

@hudsonbrendon

Copy link
Copy Markdown
Collaborator

The brand/identity rename left a few lines out of format, breaking the CI fmt (rustfmt) and Prettier checks:

  • lib.rs: a trailing comment reflowed by rustfmt
  • text.rs: a vec! that now fits on one line after the shorter name
  • README.md: prettier reflow

Fixed with cargo fmt + prettier --write. Verified locally: rustfmt, prettier, eslint, tsc, clippy, and both test suites all pass.

🤖 Generated with Claude Code

The brand/identity rename left a few lines out of format (a reflowed
trailing comment in lib.rs and a vec! that now fits on one line in
text.rs after the shorter name), breaking the CI fmt/prettier checks.
Reformatted with cargo fmt + prettier.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@hudsonbrendon hudsonbrendon merged commit 15cf4f7 into main Jun 20, 2026
2 checks passed
@hudsonbrendon hudsonbrendon deleted the fix/ci-formatting branch June 20, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant