Skip to content

fix: apply rustfmt formatting to resolve CI lint failure#2

Merged
64BitAsura merged 2 commits intomainfrom
copilot/fix-cicd-failures
Feb 21, 2026
Merged

fix: apply rustfmt formatting to resolve CI lint failure#2
64BitAsura merged 2 commits intomainfrom
copilot/fix-cicd-failures

Conversation

Copy link
Contributor

Copilot AI commented Feb 21, 2026

CI was failing on the Check & Lint job because cargo fmt --check detected formatting drift in component/src/lib.rs.

Changes

  • component/src/lib.rs: Applied rustfmt formatting throughout — collapses/expands method chains, macro calls, and let bindings to conform to line-length rules:
    • Single-line let json: Value = serde_json::from_slice(...) (was split across two lines)
    • Expanded log(...) and multi-argument assert!/assert_eq! calls to multi-line form
    • Collapsed short method chains (.get(&0).map(...).unwrap_or(...)) to single lines

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: 64BitAsura <6957824+64BitAsura@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI/CD pipeline failures in the project fix: apply rustfmt formatting to resolve CI lint failure Feb 21, 2026
Copilot AI requested a review from 64BitAsura February 21, 2026 17:23
@64BitAsura 64BitAsura marked this pull request as ready for review February 21, 2026 17:33
@64BitAsura 64BitAsura merged commit bbb4212 into main Feb 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

2 participants