Skip to content

Commit

Permalink
TOSQUASH indent the body beyond the where keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent 6fac558 commit f3e3c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ pureRemoveTxs
-> LedgerState blk
-> (InternalState blk, TraceEventMempool blk)
pureRemoveTxs txIds mpArgs IS{isTxs, isLastTicketNo} ledgerState =
(state', tracer)
(state', tracer)
where
-- Filtering is O(n), but this function will rarely be used, as it is an
-- escape hatch when there's an inconsistency between the ledger and the
Expand Down

0 comments on commit f3e3c60

Please sign in to comment.