Skip to content

Commit

Permalink
undo formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Mar 18, 2024
1 parent d727f2a commit 845f211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/packagebundler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ end
@test_logs (:warn,) match_mode = :any JuliaHub._PackageBundler.bundle(
bundle_env;
output=out,
verbose=false
verbose=false,
)
dir = mktempdir()
Tar.extract(out, dir)
Expand Down Expand Up @@ -177,7 +177,7 @@ end
bundle_env;
output=out,
verbose=false,
allownoenv=true
allownoenv=true,
)
dir = mktempdir()
Tar.extract(out, dir)
Expand Down

0 comments on commit 845f211

Please sign in to comment.