Fix typo in rustfmt github action

This commit is contained in:
mitchmindtree 2020-01-21 00:16:39 +01:00
parent e7979d2dfe
commit ca255772fd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --check
args: -- --check
cargo-publish: