We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.6
1 parent 37f231b commit 31ecd28Copy full SHA for 31ecd28
src/show.jl
@@ -83,7 +83,7 @@ function print_title(
83
post_pad = blank^(max(0, p_width - length(pre_pad) - length(title)))
84
print_nocol(io, post_pad, right_pad)
85
(
86
- count(string('\n'), title) + 1, # NOTE: string(...) for compat with 1.6
+ count('\n', title) + 1,
87
length(strip(left_pad * pre_pad * title * post_pad * right_pad, '\n')),
88
)
89
end
0 commit comments