chore: cargo fmt — fix pre-existing fmt violations #192
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/cargo-fmt-main"
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?
Fixes 4 pre-existing
cargo fmtviolations on main from PRs #186 and #190:crates/colibri-daemon/tests/multi_agent_board.rs(lines 279, 292, 300)crates/colibri-store/src/lib.rs(line 711)No code changes — pure formatting (assert! macro wrapping, one-liner chains).
Makes
cargo fmt --checkfully clean on main.(Sam & Claude)