Skip to content

Commit

Permalink
Merge branch 'main' into Solve!_instead_SolveSteps!
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jun 14, 2024
2 parents db3a1bc + 19b10f4 commit b24d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ PRs that verify that running JuliaFormatter.jl again will not change the source
To format your contributions before created a PR (or, at least, before requesting a review
of your PR), you need to install JuliaFormatter.jl first by running
```shell
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'
```
You can then recursively format the core Julia files in the Trixi.jl repo by executing
```shell
Expand Down

0 comments on commit b24d5f1

Please sign in to comment.