Skip to content

Commit d40c1f7

Browse files
committed
Add missing break statement
1 parent 2e97c38 commit d40c1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilities/spatialdb/spatial_db.cc

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ std::string FeatureSet::DebugString() const {
221221
switch (iter.second.type()) {
222222
case Variant::kNull:
223223
out.append("null");
224+
break;
224225
case Variant::kBool:
225226
if (iter.second.get_bool()) {
226227
out.append("true");

0 commit comments

Comments
 (0)