Skip to content

Commit

Permalink
TOSQUASH avoid overly long line
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Jan 14, 2021
1 parent 2a9929d commit 7828dfd
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -532,7 +532,13 @@ extendVRPrevApplied cfg txTicket vr =
}
where
TxTicket { txTicketTx = tx } = txTicket
ValidationResult { vrValid, vrSlotNo, vrValidTxIds, vrAfter, vrInvalid } = vr
ValidationResult {
vrValid
, vrSlotNo
, vrValidTxIds
, vrAfter
, vrInvalid
} = vr

-- | Extend 'ValidationResult' with a new transaction (one which we have not
-- previously validated) that may or may not be valid in this ledger state.
Expand Down

0 comments on commit 7828dfd

Please sign in to comment.