Skip to content

Commit

Permalink
remove commented linje
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Jun 22, 2022
1 parent 1193cde commit 94bb30a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ Returns the object type, such as [`FeatureTrait`](@ref).
For all `isgeometry` objects `trait` is the same as `geomtrait(obj)`,
e.g. [`PointTrait`](@ref).
"""
# trait(geom::T) where T = isgeometry(T) ? geomtrait(geom) : nothing
trait(geom) = geomtrait(geom)

# All types
Expand Down

0 comments on commit 94bb30a

Please sign in to comment.