Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Nov 11, 2016
1 parent 9deb07f commit 143d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ end)

# #19288
eval(Base.Dates, quote
function recur{T<:TimeType}(fun::Function, dr::StepRange{T};negate::Bool=false, limit::Int=10000)
function recur{T<:TimeType}(fun::Function, dr::StepRange{T}; negate::Bool=false, limit::Int=10000)
depwarn("Dates.recur is deprecated, use filter instead.",:recur)
if negate
filter(x -> !f(x), dr)
Expand Down

0 comments on commit 143d216

Please sign in to comment.