Skip to content

Commit 7819715

Browse files
adienesbkamins
authored andcommitted
add ? suffix to show on all return paths
1 parent 6fb2a3f commit 7819715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractdataframe/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function compacttype(T::Type, maxwidth::Int)
129129

130130
# handle the case when the type printed is not parametric but string(T)
131131
# prefixed it with the module name which caused it to be overlong
132-
textwidth(sT) maxwidth + 1 && endswith(sTfull, sT) && return sT
132+
textwidth(sT) maxwidth + 1 && endswith(sTfull, sT) && return sT * suffix
133133

134134
cumwidth = 0
135135
stop = 0

0 commit comments

Comments
 (0)