Skip to content

style(app): rustfmt commands.rs to fix CI fmt check#2

Merged
Muawiya-contact merged 1 commit into
mainfrom
fix/cargo-fmt-commands
Jul 21, 2026
Merged

style(app): rustfmt commands.rs to fix CI fmt check#2
Muawiya-contact merged 1 commit into
mainfrom
fix/cargo-fmt-commands

Conversation

@Muawiya-contact

Copy link
Copy Markdown
Member

The scan-progress work landed on main with non-rustfmt formatting
(compact struct literal, single-line format!, missing trailing
newline), which failed cargo fmt --check in CI
(run 29800549427). This is formatting-only — no behavior change.

Verified locally: cargo fmt --check passes clean (exit 0), and the
only file touched is app/src-tauri/src/commands.rs.

The scan-progress work landed with non-rustfmt formatting (compact
struct literal, single-line format!, missing trailing newline), which
failed `cargo fmt --check` in CI on main. Formatting-only; no behavior
change.

@Muawiya-contact Muawiya-contact left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@Muawiya-contact
Muawiya-contact merged commit 500f130 into main Jul 21, 2026
1 check passed
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