Skip to content

Commit 1f68852

Browse files
authored
Add missing if
1 parent b38175b commit 1f68852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darray.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ function Base.copyto!(a::Array, s::SubDArray)
597597
return a
598598
end
599599

600-
VERSION < v"1.2"
600+
if VERSION < v"1.2"
601601
# This is an internal API that has changed
602602
reindex(A, I, J) = Base.reindex(A, I, J)
603603
else

0 commit comments

Comments
 (0)