Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
s3cur3 authored Aug 30, 2024
1 parent 1bd2bff commit a2b8210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/geo/json/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ defmodule Geo.JSON.Decoder do
defp do_decode("Feature", geometry, properties, _id) do
if geometry["type"] == "GeometryCollection" do
geometry_collection = decode!(geometry)

%GeometryCollection{
geometries: geometry_collection.geometries,
properties: properties
Expand Down

0 comments on commit a2b8210

Please sign in to comment.