summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/transaction_history_iterator.cpp')
-rw-r--r--src/mongo/db/transaction_history_iterator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/transaction_history_iterator.cpp b/src/mongo/db/transaction_history_iterator.cpp
index cbef1bafc4d..e9e57c1d0b8 100644
--- a/src/mongo/db/transaction_history_iterator.cpp
+++ b/src/mongo/db/transaction_history_iterator.cpp
@@ -96,8 +96,7 @@ BSONObj findOneOplogEntry(OperationContext* opCtx,
uassert(ErrorCodes::IncompleteTransactionHistory,
str::stream() << "oplog no longer contains the complete write history of this "
"transaction, log with opTime "
- << opTime.toBSON()
- << " cannot be found",
+ << opTime.toBSON() << " cannot be found",
getNextResult != PlanExecutor::IS_EOF);
if (getNextResult != PlanExecutor::ADVANCED) {
uassertStatusOKWithContext(WorkingSetCommon::getMemberObjectStatus(oplogBSON),