Skip to content

Commit ecd64ae

Browse files
Revert "got rid of println in banner"
This reverts commit 523760d.
1 parent d22467e commit ecd64ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CapAndHomalg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ function __init__()
210210
if show_banner
211211
print("CapAndHomalg v")
212212
printstyled("$version\n", color = :green)
213-
print("Imported OSCAR's components GAP and Singular_jll\n")
214-
print("Type: ?CapAndHomalg for more information\n")
213+
println("Imported OSCAR's components GAP and Singular_jll")
214+
println("Type: ?CapAndHomalg for more information")
215215
end
216216

217217
end

0 commit comments

Comments
 (0)