File tree Expand file tree Collapse file tree
google/cloud/bigtable/emulator Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments