Skip to content

Commit e9f8d12

Browse files
committed
Fix missing end in rebase
1 parent 2d75a19 commit e9f8d12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/LinearAlgebra/src/tridiag.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,8 @@ function show(io::IO, S::SymTridiagonal)
10961096
print(io, ", ")
10971097
show(io, S.ev)
10981098
print(io, ")")
1099+
end
1100+
10991101
###################
11001102
# opnorms #
11011103
###################

0 commit comments

Comments
 (0)