Skip to content

Commit 3f1a384

Browse files
committed
Trigger CI with codecov token
1 parent e0e30a5 commit 3f1a384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/KML.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,10 @@ for T in vcat(all_concrete_subtypes(KMLElement), all_abstract_subtypes(Object))
726726
end
727727
end
728728

729-
# Add this type-level implementation for GeoInterface v1.x
729+
# Add this type-level implementation for GeoInterface v1.x
730730
GeoInterface.isgeometry(::Type{<:Geometry}) = true
731731

732-
# Add the missing ncoord implementations for GeoInterface v1.x
732+
# Add the missing ncoord implementations for GeoInterface v1.x
733733
GeoInterface.ncoord(::GeoInterface.LineStringTrait, ls::LineString) = 2
734734
GeoInterface.ncoord(::GeoInterface.LinearRingTrait, lr::LinearRing) = 2
735735

0 commit comments

Comments
 (0)