Skip to content

Commit

Permalink
Fix printing of SRow in compound structures (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jan 16, 2024
1 parent b3420ea commit 91d0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sparse/Row.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ end
################################################################################

function show(io::IO, A::SRow{T}) where T
print(io, "Sparse row with positions $(A.pos) and values $(A.values)\n")
print(io, "Sparse row with positions $(A.pos) and values $(A.values)")
end

################################################################################
Expand Down

0 comments on commit 91d0c2d

Please sign in to comment.