Skip to content

Commit de8ab3f

Browse files
committed
chore: linter ii
1 parent 9d1ca4c commit de8ab3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/cloud/spanner/integration_tests/client_integration_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,8 +807,7 @@ TEST_F(ClientIntegrationTest, ReadLockModeOptionIsSent) {
807807
MakeReadWriteTransaction(Transaction::ReadWriteOptions(read_lock_mode));
808808
auto tx_a_read_result = client_->Read(
809809
tx_a, "Singers", KeySet().AddKey(MakeKey(singer_id)), {"SingerId"});
810-
for (auto const& row :
811-
StreamOf<std::tuple<std::int64_t>>(tx_a_read_result)) {
810+
for (auto const& row : StreamOf<std::tuple<std::int64_t>>(tx_a_read_result)) {
812811
EXPECT_STATUS_OK(row);
813812
}
814813
tx_a = MakeReadWriteTransaction(

0 commit comments

Comments
 (0)