Skip to content

Commit

Permalink
Merge pull request #3621 from CliMA/gb/fix_format
Browse files Browse the repository at this point in the history
Fix closing quote in climaformat.jl
  • Loading branch information
Sbozzolo authored Feb 11, 2025
2 parents 8bfe466 + 4d0a589 commit 218eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dev/climaformat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ println(" julia -e 'using Pkg; Pkg.add(\"JuliaFormatter\")'")
println()
println("If you already have it in your local environment, you can use")
println()
println(" julia -e 'using JuliaFormatter; format(\".\")")
println(" julia -e 'using JuliaFormatter; format(\".\")'")
println()
println("Then, format your current package with")
println()
Expand Down

0 comments on commit 218eaa5

Please sign in to comment.