Skip to content

Commit

Permalink
fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 27, 2024
1 parent edcf4a6 commit 4a04df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ can_fancyprint(io::IO) = io isa Base.TTY && (get(ENV, "CI", nothing) != "true")

function printpkgstyle(io, header, msg; color=:light_green)
printstyled(io, header; color, bold=true)
print(io, " ", msg)
println(io, " ", msg)
end

function precompilepkgs(pkgs::Vector{String}=String[]; internal_call::Bool=false,
Expand Down

0 comments on commit 4a04df3

Please sign in to comment.