chore(docs/labrinth): fix cargo fmt parameter typo

This commit is contained in:
Alejandro González 2025-08-08 02:04:31 +02:00
parent 86ea212373
commit 3b2362c794
No known key found for this signature in database

View File

@ -91,7 +91,7 @@ The OAuth configuration options are fairly self-explanatory. For help setting up
If you're prepared to contribute by submitting a pull request, ensure you have met the following criteria: If you're prepared to contribute by submitting a pull request, ensure you have met the following criteria:
- `cargo fmt --all-targets` has been run. - `cargo fmt --all` has been run.
- `cargo clippy --all-targets` has been run. - `cargo clippy --all-targets` has been run.
- `cargo sqlx prepare` has been run. - `cargo sqlx prepare` has been run.