Skip to content

Commit

Permalink
remove unused string
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Mar 31, 2024
1 parent 6d94f04 commit a68cdeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geojson/polygon.cr
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module GeoJSON

private def raise_if_invalid
if coordinates.empty?
"a number was found where a coordinate array should have been found: this needs to be nested more deeply"
raise GeoJSON::Exception.new("a coordinate array should have been found")
end

Expand Down

0 comments on commit a68cdeb

Please sign in to comment.