Skip to content

Commit

Permalink
rev: remove extra return
Browse files Browse the repository at this point in the history
changes per #522 (comment)
  • Loading branch information
program-- authored and mattw-nws committed Jul 18, 2023
1 parent e3d4d0e commit 0bf8695
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 0bf8695

Please sign in to comment.