Skip to content

Commit

Permalink
Whitespace fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jan 6, 2025
1 parent 78367b5 commit 51d40f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jobs/PkgEvalJob.jl
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ end
function make_package_results(results, hasagainstbuild)
if hasagainstbuild
return leftjoin(results["primary"], results["against"],
on=:package, makeunique=true, source=:source)
on=:package, makeunique=true, source=:source)
else
package_results = results["primary"]
package_results[!, :source] .= "left_only" # fake a left join
Expand Down Expand Up @@ -1123,7 +1123,7 @@ function printreport(io::IO, job::PkgEvalJob, results)
# main results body
printpackageresults(io, job, package_results)

# print build version info #
# print build version info #
#--------------------------#

print(io, """
Expand Down

0 comments on commit 51d40f5

Please sign in to comment.