Skip to content

Commit

Permalink
should be a print, not a show (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM authored Oct 29, 2024
1 parent bd5a960 commit 5601795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuadForm/Quad/Genus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ function show(io::IO, ::MIME"text/plain", G::QuadGenus)
print(io, Indent())
for (pl, v) in sig
println(io)
Base.show(terse(io), Lowercase(), pl)
print(terse(io), Lowercase(), pl)
print(io, " => ", v)
end
print(io, Dedent())
Expand Down

0 comments on commit 5601795

Please sign in to comment.