style: tidy formatting so all checks pass (Sam & Claude) #27

Closed
clawdie wants to merge 0 commits from all-checks-green into main
Owner

cargo fmt --check was failing on main in two spots:

  • crates/colibri-client/src/bin/colibri.rs (register-skill error arm)
  • crates/colibri-contracts/tests/golden.rs (USB_INV const)

Ran cargo fmt to resolve them. No behavior change. With this, the whole
project is green: fmt, clippy (-D warnings), tests (workspace), and the markdown
gate — so the CI workflow (separate PR) lands green on arrival.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

`cargo fmt --check` was failing on main in two spots: - crates/colibri-client/src/bin/colibri.rs (register-skill error arm) - crates/colibri-contracts/tests/golden.rs (USB_INV const) Ran `cargo fmt` to resolve them. No behavior change. With this, the whole project is green: fmt, clippy (-D warnings), tests (workspace), and the markdown gate — so the CI workflow (separate PR) lands green on arrival. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie added 1 commit 2026-06-13 09:55:30 +02:00
`cargo fmt --check` was failing on main in two spots:
  - crates/colibri-client/src/bin/colibri.rs (register-skill error arm)
  - crates/colibri-contracts/tests/golden.rs (USB_INV const)

Ran `cargo fmt` to resolve them. No behavior change. With this, the whole
project is green: fmt, clippy (-D warnings), tests (workspace), and the markdown
gate — so the CI workflow (separate PR) lands green on arrival.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie closed this pull request 2026-06-13 09:55:42 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#27
No description provided.