Skip to content

Commit 937271e

Browse files
lkdvosmtfishman
andauthored
commit code suggestion
Co-authored-by: Matt Fishman <[email protected]>
1 parent 98d5c6a commit 937271e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractsparsearrayinterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function sparse_mul!(
358358
(mul!!)=(default_mul!!),
359359
)
360360
storedvalues(a_dest) .*= β
361-
β′ = true
361+
β′ = one(Bool)
362362
for I1 in eachstoredindex(a1)
363363
for I2 in eachstoredindex(a2)
364364
I_dest = mul_indices(I1, I2)

0 commit comments

Comments
 (0)