Skip to content

Commit 773cdab

Browse files
committed
fix coverage
1 parent 21f99a1 commit 773cdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapefile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct Interval{T}
1818
right::T
1919
end
2020

21-
struct MultiLineString {N, T <: Real, V <: AbstractVector{<: AbstractPoint{N, T}}} <: AbstractVector{Line{N, T}}
21+
struct MultiLineString{N, T <: Real, V <: AbstractVector{<: AbstractPoint{N, T}}} <: AbstractVector{Line{N, T}}
2222
points::V
2323
end
2424

0 commit comments

Comments
 (0)