Skip to content

Commit d2fe78f

Browse files
committed
fix ci.yml
1 parent bbc1e39 commit d2fe78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
components: rustfmt
7070

7171
- name: Run rustfmt
72-
- run: cargo fmt -- --check
72+
run: cargo fmt -- --check
7373

7474
coverage:
7575
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)