Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
ranocha and JoshuaLampert authored Feb 14, 2024
1 parent 3b97c18 commit 688f3fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utils/trixi-format-file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

using Pkg
Pkg.activate(; temp = true, io = devnull)
Pkg.add(PackageSpec(name = "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
3 changes: 2 additions & 1 deletion utils/trixi-format.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

using Pkg
Pkg.activate(; temp = true, io = devnull)
Pkg.add(PackageSpec(name = "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

Expand Down

0 comments on commit 688f3fa

Please sign in to comment.