Skip to content

Commit ae22f05

Browse files
author
github-actions
committed
automatic update
from rust-github/template@c588176
1 parent d728abb commit ae22f05

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions-rs/cargo@v1
4545
with:
4646
command: fmt
47-
args: --all -- --check
47+
args: --all --check
4848

4949
clippy:
5050
name: Clippy

0 commit comments

Comments
 (0)