style: cargo fmt --all (clears CI fmt-check failure) #29
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/web-fmt"
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?
CI's
cargo fmt --checkstep started failing on main after #28 merged, flagging long-line splits in bunyip-web/src/views/ui.rs and bunyip-web/src/web.rs (plus a wider sweep across bunyip-web modules). Run cargo fmt over the workspace to clear the gate; no behavior change.