chore(fmt): fix colibri-glasspane-tui test fmt drift from #195 #196

Merged
clawdie merged 1 commit from chore/tui-fmt-195 into main 2026-06-25 22:15:34 +02:00
Owner

cargo fmt --all --check failed on main with 5 drift sites in
crates/colibri-glasspane-tui/src/main.rs — all inside the tests added by #195,
which hand-packed Pane struct literals as id: .., agent: .., state: .., on a
single line. rustfmt wants one field per line. Pure formatting: 91 insertions
/ 38 deletions, no logic change (only structural additions are field
continuations and one assert!(...) arg wrap).

Unblocks the fmt half of the workspace gate; second merged PR in a row (#193,
#195) to land fmt-red — worth tightening the CI fmt check as a required gate.

Verified: fmt clean workspace-wide, clippy -D warnings clean, 18/18 tests pass.

(Sam & Claude)

cargo fmt --all --check failed on main with 5 drift sites in crates/colibri-glasspane-tui/src/main.rs — all inside the tests added by #195, which hand-packed Pane struct literals as `id: .., agent: .., state: ..,` on a single line. rustfmt wants one field per line. Pure formatting: 91 insertions / 38 deletions, no logic change (only structural additions are field continuations and one assert!(...) arg wrap). Unblocks the fmt half of the workspace gate; second merged PR in a row (#193, #195) to land fmt-red — worth tightening the CI fmt check as a required gate. Verified: fmt clean workspace-wide, clippy -D warnings clean, 18/18 tests pass. (Sam & Claude)
clawdie added 1 commit 2026-06-25 22:15:12 +02:00
chore(fmt): fix colibri-glasspane-tui test fmt drift from #195
Some checks are pending
CI / rust (pull_request) Waiting to run
CI / markdown (pull_request) Waiting to run
CI / port (pull_request) Waiting to run
CI / agent-jail-pkgs (pull_request) Waiting to run
5abe59f94a
cargo fmt --all --check failed on main with 5 drift sites in
crates/colibri-glasspane-tui/src/main.rs — all inside the tests added by #195,
which hand-packed Pane struct literals as `id: .., agent: .., state: ..,` on a
single line. rustfmt wants one field per line. Pure formatting: 91 insertions
/ 38 deletions, no logic change (only structural additions are field
continuations and one assert!(...) arg wrap).

Unblocks the fmt half of the workspace gate; second merged PR in a row (#193,
#195) to land fmt-red — worth tightening the CI fmt check as a required gate.

Verified: fmt clean workspace-wide, clippy -D warnings clean, 18/18 tests pass.

(Sam & Claude)
clawdie merged commit 1b37a9ea9f into main 2026-06-25 22:15:34 +02:00
clawdie deleted branch chore/tui-fmt-195 2026-06-25 22:15:35 +02:00
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#196
No description provided.