Skip to content

Commit c3ff06e

Browse files
committed
Fix fourmolu
1 parent 01e8363 commit c3ff06e

File tree

2 files changed

+2
-4
lines changed
  • libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway

2 files changed

+2
-4
lines changed

libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway/Base.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,7 @@ instance SpecTranslate ctx TxAuxDataHash where
639639
toSpecRep (TxAuxDataHash x) = toSpecRep x
640640

641641
data ConwayTxBodyTransContext = ConwayTxBodyTransContext
642-
{
643-
ctbtcTxId :: !TxId
642+
{ ctbtcTxId :: !TxId
644643
}
645644

646645
instance Inject ConwayTxBodyTransContext TxId where

libs/cardano-ledger-conformance/src/Test/Cardano/Ledger/Conformance/SpecTranslate/Conway/Ledger.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ instance
8383
toSpecRep = pure . showOpaqueErrorString
8484

8585
instance
86-
( Inject ctx TxId
87-
) =>
86+
Inject ctx TxId =>
8887
SpecTranslate ctx (TxBody ConwayEra)
8988
where
9089
type SpecRep (TxBody ConwayEra) = Agda.TxBody

0 commit comments

Comments
 (0)