Skip to content

Commit f84bdde

Browse files
Update src/ConcreteRArray.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 015f190 commit f84bdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConcreteRArray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function Base.fill!(a::ConcreteRArray{T,N}, val) where {T,N}
378378
end
379379

380380
idxs = ntuple(Returns(Colon()), N)
381-
fn = compile(mysetindex!, (a, val, idxs...,))
381+
fn = compile(mysetindex!, (a, val, idxs...))
382382
fn(a, val, idxs...)
383383
return a
384384
end

0 commit comments

Comments
 (0)