From 1f9142d9fbd1afcd5a68897c96cf885cfb3a40e8 Mon Sep 17 00:00:00 2001 From: Nicolas Frisby Date: Wed, 13 Jan 2021 19:01:54 -0800 Subject: [PATCH] TOSQUASH indent arguments under function --- .../src/Ouroboros/Consensus/Mempool/ImplPure.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ouroboros-consensus/src/Ouroboros/Consensus/Mempool/ImplPure.hs b/ouroboros-consensus/src/Ouroboros/Consensus/Mempool/ImplPure.hs index cb8c7e1fbda..200f450bb17 100644 --- a/ouroboros-consensus/src/Ouroboros/Consensus/Mempool/ImplPure.hs +++ b/ouroboros-consensus/src/Ouroboros/Consensus/Mempool/ImplPure.hs @@ -323,8 +323,8 @@ pureRemoveTxs txIds mpArgs IS{isTxs, isLastTicketNo} ledgerState = -- escape hatch when there's an inconsistency between the ledger and the -- mempool. txTickets' = filter - ((`notElem` toRemove) . txId . txTicketTx) - (TxSeq.toList isTxs) + ((`notElem` toRemove) . txId . txTicketTx) + (TxSeq.toList isTxs) (slot, ticked) = tickLedgerState cfg (ForgeInUnknownSlot ledgerState) vr = revalidateTxsFor capacityOverride