Skip to content

Commit 4da9d67

Browse files
committed
chore: checkers
1 parent 83156c9 commit 4da9d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/cloud/bigtable/tests/data_integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,8 @@ TEST_P(DataIntegrationTest, ClientQueryColumnFamilyWithHistory) {
762762
Value const& bigtable_val = *value_hist;
763763
using HistoryEntry = std::tuple<Timestamp, std::string>;
764764
auto history_map =
765-
bigtable_val.get<std::unordered_map<std::string, std::vector<HistoryEntry>>>();
765+
bigtable_val
766+
.get<std::unordered_map<std::string, std::vector<HistoryEntry>>>();
766767
ASSERT_TRUE(history_map.ok()) << history_map.status().message();
767768
ASSERT_EQ(history_map->size(), 2);
768769

0 commit comments

Comments
 (0)