Skip to content

Commit 4ab41a2

Browse files
Apply suggestion from @diegomarquezp
1 parent 4621d3a commit 4ab41a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigtable/value.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Status TypeAndArrayValuesMatch(google::bigtable::v2::Type const& type,
358358
auto const& vals = value.array_value().values();
359359
for (auto const& val : vals) {
360360
auto const element_match_result = Value::TypeAndValuesMatch(
361-
type.array_type().element_type(), val, ++depth);
361+
type.array_type().element_type(), val, depth);
362362
if (!element_match_result.ok()) {
363363
return element_match_result;
364364
}

0 commit comments

Comments
 (0)