Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 20, 2022
1 parent c589ecb commit fe5e4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ const _LinearAlgebraWrappers = (

const _MatrixLike = vcat(
Any[T -> LA{<:T,<:_SparseMat} for LA in _LinearAlgebraWrappers],
Any[T -> _SparseMat{<:T}, T -> StridedMatrix{<:T}],
Any[T->_SparseMat{<:T}, T->StridedMatrix{<:T}],

Check warning on line 361 in src/dispatch.jl

View check run for this annotation

Codecov / codecov/patch

src/dispatch.jl#L360-L361

Added lines #L360 - L361 were not covered by tests
)

for f_A in _MatrixLike, f_B in vcat(_MatrixLike, T -> StridedVector{<:T})

Check warning on line 364 in src/dispatch.jl

View check run for this annotation

Codecov / codecov/patch

src/dispatch.jl#L364

Added line #L364 was not covered by tests
Expand Down

0 comments on commit fe5e4a1

Please sign in to comment.