Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBrady committed Nov 20, 2024
1 parent 6d2fa0b commit 3c2e52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ledger/LedgerManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,8 @@ LedgerManagerImpl::processFeesSeqNums(
expectedResults->results.end());
releaseAssert((*expectedResultsIter)->transactionHash ==
tx->getContentsHash());
txResults.back()->setReplayTransactionResult((*expectedResultsIter)
->result);
txResults.back()->setReplayTransactionResult(
(*expectedResultsIter)->result);
++(*expectedResultsIter);
}

Expand Down

0 comments on commit 3c2e52b

Please sign in to comment.