Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Mar 21, 2024
1 parent 026dd21 commit 0b5980f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -76,7 +76,8 @@ ASPNETCORE_ENVIRONMENT=development dotnet swagger tofile --output ../../identity

### OpenApi Generator

Make sure you have the nightly toolchain installed with `rustup`. We need this to run `cargo +nightly fmt` in the `build-api.sh` script below.
Make sure you have the nightly toolchain installed with `rustup`. We need this to run
`cargo +nightly fmt` in the `build-api.sh` script below.

```bash
rustup toolchain install nightly
Expand Down

0 comments on commit 0b5980f

Please sign in to comment.