Skip to content

Commit

Permalink
now the travis ci tests should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerkochy committed Mar 13, 2020
1 parent f78849e commit 3e26db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accumulator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function counter(seq)
end

eltype_for_accumulator(seq::T) where T = eltype(T)
function eltype_for_accumulator(seq::Base.Generator}
function eltype_for_accumulator(seq::Base.Generator)
Base.@default_eltype(seq)
end

Expand Down

0 comments on commit 3e26db8

Please sign in to comment.