Skip to content

Commit

Permalink
use cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Jan 14, 2025
1 parent 4228b6e commit 2f608a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
hooks:
- id: rustfmt
name: rustfmt
entry: rustfmt --edition 2021
entry: bash -c 'cd rustutils && cargo fmt' --
language: rust
types: [rust]
ci:
Expand Down

0 comments on commit 2f608a6

Please sign in to comment.