Skip to content

Commit 74b72e1

Browse files
committed
Change formatting
1 parent 0736fff commit 74b72e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/spanner/transaction.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ class Transaction {
131131

132132
explicit ReadWriteOptions(ReadLockMode read_lock_mode);
133133

134-
135134
// A tag used for collecting statistics about the transaction.
136135
ReadWriteOptions& WithTag(absl::optional<std::string> tag);
137136

google/cloud/spanner/transaction_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ TEST(Transaction, IsolationLevelNotSpecified) {
210210
StatusOr<google::spanner::v1::TransactionSelector>& s,
211211
spanner_internal::TransactionContext const&) {
212212
EXPECT_EQ(s->begin().isolation_level(),
213-
google::spanner::v1::TransactionOptions::ISOLATION_LEVEL_UNSPECIFIED);
213+
google::spanner::v1::TransactionOptions::
214+
ISOLATION_LEVEL_UNSPECIFIED);
214215
return 0;
215216
});
216217
}

0 commit comments

Comments
 (0)