Skip to content

Commit

Permalink
Remove unneeded TODO
Browse files Browse the repository at this point in the history
The TODO is now now tracked in
#432
  • Loading branch information
peterstace committed Nov 16, 2021
1 parent ca0e2de commit ee74938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geom/type_line_string.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func NewLineString(seq Sequence, opts ...ConstructorOption) (LineString, error)

func newLineStringWithOmitInvalid(seq Sequence) LineString {
if err := validateLineStringSeq(seq); err != nil {
// TODO: Should the coordinates type match the input seq?
return LineString{}
}
return LineString{seq}
Expand Down

0 comments on commit ee74938

Please sign in to comment.