Skip to content

Commit

Permalink
Reverting fmt to modify the file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedoyle committed Jul 17, 2024
1 parent bcdf60f commit 63979f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
entry: cargo fmt
language: system
types: [rust]
args: ["--all", "--", "--check", "--color", "always"]
args: ["--all", "--"]
- id: cargo-check
name: cargo check
description: Check the package for errors.
Expand Down

0 comments on commit 63979f2

Please sign in to comment.