We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab41a2 commit 3be4410Copy full SHA for 3be4410
google/cloud/bigtable/value.cc
@@ -357,8 +357,8 @@ Status TypeAndArrayValuesMatch(google::bigtable::v2::Type const& type,
357
}
358
auto const& vals = value.array_value().values();
359
for (auto const& val : vals) {
360
- auto const element_match_result = Value::TypeAndValuesMatch(
361
- type.array_type().element_type(), val, depth);
+ auto const element_match_result =
+ Value::TypeAndValuesMatch(type.array_type().element_type(), val, depth);
362
if (!element_match_result.ok()) {
363
return element_match_result;
364
0 commit comments