Skip to content

Commit

Permalink
Missed a Julia 1.0 compatibility fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkeller34 committed Dec 2, 2018
1 parent 4c5caba commit af82e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths/contstyles/decorated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end

function attach!(p::Path, c::CellReference, t;
i::Int=length(p), location=zeros(Int, length(t)))
for (ti, li) in zip(t, cycle(location))
for (ti, li) in zip(t, Iterators.cycle(location))
attach!(p, c, ti; i=i, location=li)
end
end
Expand Down

0 comments on commit af82e7b

Please sign in to comment.