Skip to content

Commit

Permalink
style: fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Jan 29, 2025
1 parent 67ab974 commit 3d15d47
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/GeniusYield/Test/Privnet/Examples/Gift.hs
Original file line number Diff line number Diff line change
Expand Up @@ -640,14 +640,14 @@ grabGifts validator = do
Just $
mconcat
[ mustHaveInput
GYTxIn
{ gyTxInTxOutRef = oref
, gyTxInWitness =
GYTxInWitnessScript
(GYBuildPlutusScriptInlined validator)
(Just $ datumFromPlutus' od)
unitRedeemer
}
GYTxIn
{ gyTxInTxOutRef = oref
, gyTxInWitness =
GYTxInWitnessScript
(GYBuildPlutusScriptInlined validator)
(Just $ datumFromPlutus' od)
unitRedeemer
}
| (oref, (_addr, _value, od)) <- itoList datums
]

Expand All @@ -670,14 +670,14 @@ grabGiftsRef ref validator = do
Just $
mconcat
[ mustHaveInput
GYTxIn
{ gyTxInTxOutRef = oref
, gyTxInWitness =
GYTxInWitnessScript
(GYBuildPlutusScriptReference ref $ validatorToScript validator)
(Just $ datumFromPlutus' od)
unitRedeemer
}
GYTxIn
{ gyTxInTxOutRef = oref
, gyTxInWitness =
GYTxInWitnessScript
(GYBuildPlutusScriptReference ref $ validatorToScript validator)
(Just $ datumFromPlutus' od)
unitRedeemer
}
| (oref, (_addr, _value, od)) <- itoList datums
]

Expand Down

0 comments on commit 3d15d47

Please sign in to comment.