Skip to content

Commit 0f6416c

Browse files
committed
whitespace fix
1 parent ed3e9f7 commit 0f6416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: base/errorshow.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ function show_compact_backtrace(io::IO, trace::Vector; print_linebreaks::Bool)
598598

599599
if length(is) > 0
600600
println(io, "\nStacktrace:")
601-
601+
602602
is[1] == 0 || println(repeat(' ', ndigits_max + 2) * "")
603603

604604
lasti = first(is)

0 commit comments

Comments
 (0)