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

Commit d5583f0

Browse files
committed
Formatting.
1 parent 2db074c commit d5583f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/transaction_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void TransactionContext::RecordUpdate(const ItemPointer &location) {
118118
rw_set_[location] != RWType::INS_DEL));
119119
auto rw_set_it = rw_set_.find(location);
120120
if (rw_set_it != rw_set_.end() && (rw_set_it->second == RWType::READ ||
121-
rw_set_it->second == RWType::READ_OWN)) {
121+
rw_set_it->second == RWType::READ_OWN)) {
122122
rw_set_it->second = RWType::UPDATE;
123123
is_written_ = true;
124124
}

0 commit comments

Comments
 (0)