Skip to content

Commit 160ab8d

Browse files
authored
Merge pull request #203 from o1-labs/mimoo/fmt
[CI] fix cargo fmt in CI
2 parents 0999b1f + 2ee2cca commit 160ab8d

File tree

24 files changed

+1341
-991
lines changed

24 files changed

+1341
-991
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
3333
- name: Run cargo fmt
3434
run: |
35-
cargo fmt
35+
cargo fmt -- --check

0 commit comments

Comments
 (0)