Skip to content

Commit ed28034

Browse files
committed
chore: clang-tidy
1 parent 86b33fc commit ed28034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigtable/internal/partial_result_set_source.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Status PartialResultSetSource::ProcessDataFromStream(
196196

197197
bool ColumnAndValueTypesMatch(
198198
google::bigtable::v2::ColumnMetadata const& column,
199-
google::bigtable::v2::Value value) {
199+
google::bigtable::v2::Value const& value) {
200200
return value.type().SerializeAsString() == column.type().SerializeAsString();
201201
}
202202

0 commit comments

Comments
 (0)