Skip to content

Commit c8877dc

Browse files
committed
remove trailing new line in printing
1 parent 1aab0d4 commit c8877dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrpAb/GrpAbFinGen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ end
217217
function show_gen(io::IO, A::GrpAbFinGen)
218218
print(io, "(General) abelian group with relation matrix\n$(A.rels)")
219219
if isdefined(A, :snf_map)
220-
println(io, "\nwith structure of ", domain(A.snf_map))
220+
print(io, "\nwith structure of ", domain(A.snf_map))
221221
end
222222
end
223223

0 commit comments

Comments
 (0)