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 1cb3c52 commit cad5c7bCopy full SHA for cad5c7b
google/cloud/bigtable/value.cc
@@ -388,8 +388,7 @@ Status TypeAndMapValuesMatch(google::bigtable::v2::Type const& type,
388
auto map_key = val.array_value().values(0);
389
auto map_value = val.array_value().values(1);
390
// NOLINTNEXTLINE(misc-no-recursion)
391
- auto key_match_result =
392
- Value::TypeAndValuesMatch(key_type, map_key, depth);
+ auto key_match_result = Value::TypeAndValuesMatch(key_type, map_key, depth);
393
if (!key_match_result.ok()) {
394
return key_match_result;
395
}
0 commit comments