Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 18, 2024
1 parent babfd4b commit ec90f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_harness.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ kwargs_reprs = map(kv -> string(kv[1], "=", repr(kv[2])), collect(kwargs))
kwargs_repr = join(kwargs_reprs, ", ")

println("""
│ To reproduce this CI run locally, check out $(commit_info) this repo and
│ To reproduce this CI run locally, check out $(commit_info)this repo and
│ run the following in the environment on julia version $VERSION:
│ `import Pkg; Pkg.test(;$kwargs_repr)`
Expand Down

0 comments on commit ec90f65

Please sign in to comment.