Skip to content

Commit 45dfd79

Browse files
committed
Merge branch 'mbaran/matmul-symmetric' of https://github.com/mateuszbaran/StaticArrays.jl into mbaran/matmul-symmetric
2 parents c823fd9 + 6229999 commit 45dfd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix_multiply.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function combine_products(expr_list)
384384
if isempty(filtered)
385385
return :(zero(T))
386386
else
387-
return reduce(filtered) do ex1, ex2
387+
return reduce(filtered) do ex1, ex2
388388
if ex2.head != :call || ex2.args[1] != :*
389389
error("expected call to *")
390390
end

0 commit comments

Comments
 (0)