Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Spacing fix
  • Loading branch information
MrTanoshii committed Jul 21, 2020
1 parent a9e19e5 commit 7fbe8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ done the following things first:
If this is not the case, run `rustup update` or install [rustfmt]
3. All of the following commands completed without errors.
* `cargo +stable fmt --all`
* `cargo clippy --all --features "empty"` (may require `cargo clean` before)
* `cargo clippy --all --features "empty"` (may require `cargo clean` before)
* `cargo build --features "empty"`
* `cargo test --all --features "empty"`
* `cargo run --example {example-name} --features YOUR_BACKEND`
Expand Down

0 comments on commit 7fbe8f1

Please sign in to comment.