Skip to content

Commit dc7a69e

Browse files
Update src/symmetric.jl
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 591b867 commit dc7a69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symmetric.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,4 +1058,4 @@ function Base.replace_in_print_matrix(A::HermOrSym,i::Integer,j::Integer,s::Abst
10581058
ijminmax = minmax(i, j)
10591059
inds = A.uplo == 'U' ? ijminmax : reverse(ijminmax)
10601060
Base.replace_in_print_matrix(parent(A), inds..., s)
1061-
end
1061+
end

0 commit comments

Comments
 (0)