Skip to content

Commit

Permalink
Apply stylish-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent 29af6aa commit fb73a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ data AutomaticDRepType = AlwaysAbstainDRep
| NoConfidenceDRep

delegateToAutomaticDRep
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
:: (HasCallStack, MonadTest m, MonadIO m, H.MonadAssertion m, MonadCatch m)
=> H.ExecConfig -- ^ Specifies the CLI execution configuration.
-> EpochStateView -- ^ Current epoch state view for transaction building. It can be obtained
-- using the 'getEpochStateView' function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import qualified Cardano.Ledger.Conway.Governance as L
import qualified Cardano.Ledger.Shelley.LedgerState as L
import Cardano.Testnet
import Cardano.Testnet.Test.LedgerEvents.Gov.PredefinedAbstainDRep
(desiredPoolNumberProposalTest,
getDesiredPoolNumberValue, voteChangeProposal, delegateToAutomaticDRep, AutomaticDRepType (..))
(AutomaticDRepType (..), delegateToAutomaticDRep, desiredPoolNumberProposalTest,
getDesiredPoolNumberValue, voteChangeProposal)

import Prelude

Expand All @@ -30,7 +30,7 @@ import qualified Data.Map as Map
import Data.String (fromString)
import qualified Data.Text as Text
import Data.Word (Word32)
import GHC.Stack (callStack, HasCallStack)
import GHC.Stack (HasCallStack, callStack)
import Lens.Micro ((^.))
import System.FilePath ((</>))

Expand Down

0 comments on commit fb73a5f

Please sign in to comment.