Skip to content

Commit

Permalink
Fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Nov 26, 2024
1 parent c61892c commit abe8d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stdlib/REPL/src/REPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ function banner(io::IO = stdout; short = false)
if short
print(io,"""
$(d3)o$(tx) | Version $(VERSION)$(commit_date) $(gc_version)
$(d2)o$(tx) $(d4)o$(tx) | $(commit_string)
$(d2)o$(tx) $(d4)o$(tx) | $(commit_string)
""")
else
print(io,""" $(d3)_$(tx)
Expand All @@ -1804,8 +1804,8 @@ function banner(io::IO = stdout; short = false)
else
if short
print(io,"""
o | Version $(VERSION)$(commit_date)
o o | $(commit_string)
o | Version $(VERSION)$(commit_date) $(gc_version)
o o | $(commit_string)
""")
else
print(io,"""
Expand Down

0 comments on commit abe8d0c

Please sign in to comment.