Skip to content

Commit

Permalink
fix: correct fmt in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guenhter committed Sep 11, 2024
1 parent df61c79 commit e6d339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted

We rely on `rustfmt` (`nightly`):
```shell
cargo +nightly fmt - - all
cargo +nightly fmt --all -- --check
```

### Commits
Expand Down

0 comments on commit e6d339f

Please sign in to comment.