Skip to content

Commit

Permalink
Update utils/trixi-format-file.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Arpit Babbar <[email protected]>
  • Loading branch information
ranocha and Arpit-Babbar authored Feb 13, 2024
1 parent 50fdd48 commit 4bc0967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/trixi-format-file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using Pkg
Pkg.activate(; temp = true, io = devnull)
Pkg.add("JuliaFormatter"; version="1.0.45", preserve = PRESERVE_ALL, io = devnull)
Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"); preserve = PRESERVE_ALL, io = devnull)

using JuliaFormatter: format_file

Expand Down

0 comments on commit 4bc0967

Please sign in to comment.