Skip to content

Commit

Permalink
TOSQUASH stylish formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jul 10, 2024
1 parent a6bce23 commit 03b4a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import Ouroboros.Consensus.Mempool.API (ForgeLedgerState (..),
isMempoolTxAdded, isMempoolTxRejected,
mempoolTxAddedToMaybe, snapshotTxs, worstCaseCapacity,
zeroTicketNo)
import Ouroboros.Consensus.Mempool.Capacity (MempoolSize (..),
MempoolMultiplicityOverride (..))
import Ouroboros.Consensus.Mempool.Capacity
(MempoolMultiplicityOverride (..), MempoolSize (..))
import Ouroboros.Consensus.Mempool.Impl.Common (LedgerInterface (..),
TraceEventMempool (..), chainDBLedgerInterface)
import Ouroboros.Consensus.Mempool.Init (openMempool,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module Test.Consensus.Mempool (tests) where
import Cardano.Binary (Encoding, toCBOR)
import Cardano.Crypto.Hash
import Control.Exception (assert)
import Control.Monad (foldM, forM, forM_, when, void)
import Control.Monad (foldM, forM, forM_, void, when)
import Control.Monad.Except (Except, runExcept)
import Control.Monad.IOSim (runSimOrThrow)
import Control.Monad.State (State, evalState, get, modify)
Expand Down

0 comments on commit 03b4a1e

Please sign in to comment.