Merge pull request #1727 from calebcartwright/cargo-fmt-check

use new cargo fmt option
This commit is contained in:
Eric Huss 2022-01-13 16:06:29 -08:00 committed by GitHub
commit 9acc0debec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ jobs:
- uses: actions/checkout@master
- name: Install Rust
run: rustup update stable && rustup default stable && rustup component add rustfmt
- run: cargo fmt -- --check
- run: cargo fmt --check