Skip to content

Commit cc64848

Browse files
committed
emulator: automatic formatting fixes by CI tool.
1 parent 023fbd8 commit cc64848

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

google/cloud/bigtable/emulator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ add_library(
3333
server.h
3434
table.cc
3535
table.h
36-
test_util.h
3736
test_util.cc
37+
test_util.h
3838
to_grpc_status.cc
3939
to_grpc_status.h)
4040

google/cloud/bigtable/emulator/table.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ bool FilteredTableStream::ApplyFilter(InternalFilter const& internal_filter) {
401401
}
402402
// internal_filter is either FamilyNameRegex or ColumnRange
403403
for (auto stream_it = unfinished_streams_.begin();
404-
stream_it != unfinished_streams_.end(); ) {
404+
stream_it != unfinished_streams_.end();) {
405405
auto const* cf_stream =
406406
dynamic_cast<FilteredColumnFamilyStream const*>(&(*stream_it)->impl());
407407
assert(cf_stream);
@@ -437,7 +437,6 @@ bool FilteredTableStream::ApplyFilter(InternalFilter const& internal_filter) {
437437
}
438438

439439
stream_it++;
440-
441440
}
442441

443442
return true;

google/cloud/bigtable/emulator/test_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ StatusOr<std::shared_ptr<Table>> CreateTable(
4444
} // namespace cloud
4545
} // namespace google
4646

47-
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_EMULATOR_TEST_UTIL_H
47+
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_EMULATOR_TEST_UTIL_H

0 commit comments

Comments
 (0)