Skip to content

Commit

Permalink
fix JuliaFormatter version also in utils folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 13, 2024
1 parent ff9211b commit 50fdd48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"; preserve = PRESERVE_ALL, io = devnull)
Pkg.add("JuliaFormatter"; version="1.0.45", preserve = PRESERVE_ALL, io = devnull)

using JuliaFormatter: format_file

Expand Down
2 changes: 1 addition & 1 deletion utils/trixi-format.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"; preserve = PRESERVE_ALL, io = devnull)
Pkg.add("JuliaFormatter"; version="1.0.45", preserve = PRESERVE_ALL, io = devnull)

using JuliaFormatter: format

Expand Down

0 comments on commit 50fdd48

Please sign in to comment.