Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit b2612aa

Browse files
committed
formatting
1 parent 467834c commit b2612aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/include/concurrency/testing_transaction_util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ class TransactionThread {
242242
if (cur_seq == 0) {
243243
if (schedule->declared_ro == true) {
244244
/** starts a read only transaction*/
245-
txn = txn_manager->BeginTransaction(0, IsolationLevelType::SNAPSHOT, true);
245+
txn = txn_manager->BeginTransaction(0, IsolationLevelType::SNAPSHOT,
246+
true);
246247
} else {
247248
txn = txn_manager->BeginTransaction();
248249
}
@@ -354,7 +355,6 @@ class TransactionScheduler {
354355
table(datatable_),
355356
time(0),
356357
concurrent(false) {
357-
358358
for (size_t i = 0; i < num_txn; i++) {
359359
if (read_only_.find(i) != read_only_.end()) {
360360
schedules.emplace_back(i, true);

0 commit comments

Comments
 (0)