Skip to content

Commit

Permalink
Changed as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerkochy authored Feb 21, 2019
1 parent 1a8cbd8 commit f79d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function diagm_container(kv::Pair{<:Integer,<:BitVector}...)
return falses(n, n)
end

diagm(v::AbstractVector) = diagm(0=>v)
diagm(v::AbstractVector) = diagm(0 => v)


function tr(A::Matrix{T}) where T
Expand Down

0 comments on commit f79d779

Please sign in to comment.