Skip to content

Commit

Permalink
rev: remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Jul 10, 2023
1 parent c411952 commit 79ab607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geopackage/geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ geojson::geometry geopackage::build_geometry(
auto wkb_geometry = wkb::read(geometry_data);
geojson::geometry geometry = boost::apply_visitor(pvisitor, wkb_geometry);
return geometry;
return geojson::geometry{};
} else {
return geojson::geometry{};
}
Expand Down

0 comments on commit 79ab607

Please sign in to comment.