Skip to content

Commit d22467e

Browse files
Merge pull request #107 from mohamed-barakat/devel
got rid of println in banner
2 parents 9b198f8 + 523760d commit d22467e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4-
version = "1.6.9"
4+
version = "1.6.10"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

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-
println("Imported OSCAR's components GAP and Singular_jll")
214-
println("Type: ?CapAndHomalg for more information")
213+
print("Imported OSCAR's components GAP and Singular_jll\n")
214+
print("Type: ?CapAndHomalg for more information\n")
215215
end
216216

217217
end

0 commit comments

Comments
 (0)