Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Feb 14, 2024
1 parent 688f3fa commit 4c3a623
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(PackageSpec(name = "JuliaFormatter", version="1.0.45"); preserve = PRESERVE_ALL,
Pkg.add(PackageSpec(name = "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(PackageSpec(name = "JuliaFormatter", version="1.0.45"); preserve = PRESERVE_ALL,
Pkg.add(PackageSpec(name = "JuliaFormatter", version = "1.0.45"); preserve = PRESERVE_ALL,
io = devnull)

using JuliaFormatter: format
Expand Down

0 comments on commit 4c3a623

Please sign in to comment.