Skip to content

Commit 6229999

Browse files
committed
formatting fix
1 parent 5e999c7 commit 6229999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix_multiply.jl

Lines changed: 1 addition & 1 deletion
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)