Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Aug 31, 2024
1 parent 028baaf commit 17ff47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Clippy
run: cargo clippy --all-features --workspace
- name: Format
run: cargo fmt --verbose --workspace --check
run: cargo fmt --verbose --all --check

0 comments on commit 17ff47e

Please sign in to comment.