We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22467e commit ecd64aeCopy full SHA for ecd64ae
1 file changed
src/CapAndHomalg.jl
@@ -210,8 +210,8 @@ function __init__()
210
if show_banner
211
print("CapAndHomalg v")
212
printstyled("$version\n", color = :green)
213
- print("Imported OSCAR's components GAP and Singular_jll\n")
214
- print("Type: ?CapAndHomalg for more information\n")
+ println("Imported OSCAR's components GAP and Singular_jll")
+ println("Type: ?CapAndHomalg for more information")
215
end
216
217
0 commit comments