Skip to content

Commit d55e833

Browse files
committed
disable header for text/plain
1 parent a0c6ae7 commit d55e833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extras/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ end
115115
function show(io::IO, m::MIME"text/plain", s::QuotientSpace)
116116
show(io,s.space)
117117
print(io," /\n")
118-
show(io, m, s.bcs)
118+
show(io, m, s.bcs, header = false)
119119
end
120120

121121

0 commit comments

Comments
 (0)