Skip to content

Commit cad5c7b

Browse files
committed
chore: lint
1 parent 1cb3c52 commit cad5c7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/cloud/bigtable/value.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,7 @@ Status TypeAndMapValuesMatch(google::bigtable::v2::Type const& type,
388388
auto map_key = val.array_value().values(0);
389389
auto map_value = val.array_value().values(1);
390390
// NOLINTNEXTLINE(misc-no-recursion)
391-
auto key_match_result =
392-
Value::TypeAndValuesMatch(key_type, map_key, depth);
391+
auto key_match_result = Value::TypeAndValuesMatch(key_type, map_key, depth);
393392
if (!key_match_result.ok()) {
394393
return key_match_result;
395394
}

0 commit comments

Comments
 (0)