Skip to content

Commit 35f1fb7

Browse files
femtocleaner[bot]Ben J. Ward
authored andcommitted
Fix deprecations (#15)
1 parent 4afde86 commit 35f1fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pairwise/alignment.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function Base.next(aln::PairwiseAlignment, ij)
5858
end
5959

6060
Base.length(aln::PairwiseAlignment) = count_aligned(aln)
61-
Base.eltype{S1,S2}(::Type{PairwiseAlignment{S1,S2}}) = Tuple{eltype(S1),eltype(S2)}
61+
Base.eltype(::Type{PairwiseAlignment{S1,S2}}) where {S1,S2} = Tuple{eltype(S1),eltype(S2)}
6262

6363
"""
6464
count(aln::PairwiseAlignment, target::Operation)

0 commit comments

Comments
 (0)