Skip to content

Commit

Permalink
SERVER-20877 - fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daveh86 committed Nov 19, 2015
1 parent 68dfaba commit e2eff50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mongo/db/storage/wiredtiger/wiredtiger_server_status.cpp
Expand Up @@ -56,9 +56,9 @@ bool WiredTigerServerStatusSection::includeByDefault() const {

BSONObj WiredTigerServerStatusSection::generateSection(OperationContext* txn,
const BSONElement& configElement) const {
// The session does not open a transaction here as one is not needed and opening one would
// mean that execution could become blocked when a new transaction cannot be allocated
// immediately.
// The session does not open a transaction here as one is not needed and opening one would
// mean that execution could become blocked when a new transaction cannot be allocated
// immediately.
WiredTigerSession* session = WiredTigerRecoveryUnit::get(txn)->getSessionNoTxn(txn);
invariant(session);

Expand Down

0 comments on commit e2eff50

Please sign in to comment.