Skip to content

Commit

Permalink
Correct code formatting contribution instructions (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccouzens committed Nov 20, 2023
1 parent fe88e39 commit 45039ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ development. You may want to browse the [unpublished guide documentation] for

## Code Formatting

Although formatting rules are not mandatory, it is encouraged to run `cargo run` (`rustfmt`) with its default rules within a PR to maintain a more organized code base. If necessary, a PR with a single commit that formats the entire project is also welcome.
Although formatting rules are not mandatory, it is encouraged to run `cargo fmt` (`rustfmt`) with its default rules within a PR to maintain a more organized code base. If necessary, a PR with a single commit that formats the entire project is also welcome.

0 comments on commit 45039ff

Please sign in to comment.