Skip to content

style: apply rustfmt formatting to fix CI#28

Open
quinnjr wants to merge 1 commit intomainfrom
fix/rustfmt
Open

style: apply rustfmt formatting to fix CI#28
quinnjr wants to merge 1 commit intomainfrom
fix/rustfmt

Conversation

@quinnjr
Copy link
Contributor

@quinnjr quinnjr commented Feb 17, 2026

Summary

  • Run cargo fmt on all source files to fix formatting check failures
  • Affects: commit.rs, config.rs, hook.rs, main.rs, validator.rs

Test plan

  • CI Lint job passes (cargo fmt --check)
  • Test jobs pass (formatting-only change, no logic changes)

CI fails because `cargo fmt --check` detects formatting differences
in commit.rs, config.rs, hook.rs, main.rs, and validator.rs. The
code was written without running the formatter, so method chains,
multi-line conditions, and import grouping do not match rustfmt
defaults.

Run `cargo fmt` to bring all files into compliance.
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