Skip to content

Commit

Permalink
Fix missing newline from banner (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
paemurru authored Oct 10, 2024
1 parent f170a5c commit bc98930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Hecke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ function _print_banner()
| | | | __/ (__| < __/
|_| |_|\___|\___|_|\_\___|", color = :red)
println()
println()
print("Version")
printstyled(" $VERSION_NUMBER ", color = :green)
print("... \n ... which comes with absolutely no warranty whatsoever")
Expand Down

0 comments on commit bc98930

Please sign in to comment.