Skip to content

Commit

Permalink
TOSQUASH remove unnecessary additional spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent 623e45a commit 7978f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ouroboros-consensus/src/Ouroboros/Consensus/NodeKernel.hs
Expand Up @@ -209,8 +209,8 @@ initInternalState NodeKernelArgs { tracers, chainDB, registry, cfg
, blockFetchSize, btime
, mempoolCapacityOverride
} = do
varCandidates <- newTVarIO mempty
mempool <- openMempool registry
varCandidates <- newTVarIO mempty
mempool <- openMempool registry
(chainDBLedgerInterface chainDB)
mempoolArgs
(mempoolTracer tracers)
Expand Down

0 comments on commit 7978f00

Please sign in to comment.