Skip to content

Commit e35ae49

Browse files
committed
SERVER-35433 Fix lint
1 parent b6916d8 commit e35ae49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongo/db/session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ class Session : public Decorable<Session> {
578578
void _abortTransactionOnSession(WithLock);
579579

580580
// Clean up the transaction resources unstashed on operation context.
581-
void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext *opCtx);
581+
void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext* opCtx);
582582

583583
// Committing a transaction first changes its state to "Committing*" and writes to the oplog,
584584
// then it changes the state to "Committed".

0 commit comments

Comments
 (0)