fix cargo fmt command in Contributing.md (#437)

This commit is contained in:
wolflo 2021-09-08 23:36:26 -06:00 committed by GitHub
parent 2e195d91e1
commit 3754ceca48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ This section lists some commonly needed commands.
```
cargo check --all-features
cargo fmt --all-features
cargo fmt --all
cargo build --all-features
cargo test --all-features
```