Skip to content

Commit 3be4410

Browse files
committed
chore: lint
1 parent 4ab41a2 commit 3be4410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/bigtable/value.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ Status TypeAndArrayValuesMatch(google::bigtable::v2::Type const& type,
357357
}
358358
auto const& vals = value.array_value().values();
359359
for (auto const& val : vals) {
360-
auto const element_match_result = Value::TypeAndValuesMatch(
361-
type.array_type().element_type(), val, depth);
360+
auto const element_match_result =
361+
Value::TypeAndValuesMatch(type.array_type().element_type(), val, depth);
362362
if (!element_match_result.ok()) {
363363
return element_match_result;
364364
}

0 commit comments

Comments
 (0)