Skip to content

Commit 959d9b8

Browse files
committed
Apply stylish-haskell
1 parent bc85aa7 commit 959d9b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/PredefinedAbstainDRep.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ data AutomaticDRepType = AlwaysAbstainDRep
136136
| NoConfidenceDRep
137137

138138
delegateToAutomaticDRep
139-
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
139+
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
140140
=> H.ExecConfig -- ^ Specifies the CLI execution configuration.
141141
-> EpochStateView -- ^ Current epoch state view for transaction building. It can be obtained
142142
-- using the 'getEpochStateView' function.

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/LedgerEvents/Gov/PredefinedNoConfidenceDRep.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import qualified Cardano.Ledger.Conway.Governance as L
1818
import qualified Cardano.Ledger.Shelley.LedgerState as L
1919
import Cardano.Testnet
2020
import Cardano.Testnet.Test.LedgerEvents.Gov.PredefinedAbstainDRep
21-
(desiredPoolNumberProposalTest,
22-
getDesiredPoolNumberValue, voteChangeProposal, delegateToAutomaticDRep, AutomaticDRepType (..))
21+
(AutomaticDRepType (..), delegateToAutomaticDRep, desiredPoolNumberProposalTest,
22+
getDesiredPoolNumberValue, voteChangeProposal)
2323

2424
import Prelude
2525

@@ -30,7 +30,7 @@ import qualified Data.Map as Map
3030
import Data.String (fromString)
3131
import qualified Data.Text as Text
3232
import Data.Word (Word32)
33-
import GHC.Stack (callStack, HasCallStack)
33+
import GHC.Stack (HasCallStack, callStack)
3434
import Lens.Micro ((^.))
3535
import System.FilePath ((</>))
3636

0 commit comments

Comments
 (0)