Skip to content

Commit

Permalink
should be a print, not a show
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM committed Oct 29, 2024
1 parent bd5a960 commit 07b32f6
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)

Check warning on line 1616 in src/QuadForm/Quad/Genus.jl

View check run for this annotation

Codecov / codecov/patch

src/QuadForm/Quad/Genus.jl#L1616

Added line #L1616 was not covered by tests
print(io, " => ", v)
end
print(io, Dedent())
Expand Down

0 comments on commit 07b32f6

Please sign in to comment.