Skip to content

Commit

Permalink
format with fourmolu 0.16.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos LopezDeLara <[email protected]>
  • Loading branch information
CarlosLopezDeLara committed Jan 27, 2025
1 parent a97a810 commit efebdb4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1781,8 +1781,8 @@ runQuerySPOStakeDistribution

let addressesAndRewards
:: Map
StakeAddress
(L.KeyHash L.StakePool StandardCrypto) =
StakeAddress
(L.KeyHash L.StakePool StandardCrypto) =
Map.fromList
[ ( makeStakeAddress networkId . fromShelleyStakeCredential . L.raCredential . L.ppRewardAccount $ addr
, keyHash
Expand Down Expand Up @@ -1914,15 +1914,15 @@ runQuery
:: LocalNodeConnectInfo
-> Consensus.Target ChainPoint
-> LocalStateQueryExpr
BlockInMode
ChainPoint
QueryInMode
()
IO
( Either
UnsupportedNtcVersionError
(Either Consensus.EraMismatch a)
)
BlockInMode
ChainPoint
QueryInMode
()
IO
( Either
UnsupportedNtcVersionError
(Either Consensus.EraMismatch a)
)
-> ExceptT QueryCmdError IO a
runQuery localNodeConnInfo target query =
firstExceptT
Expand Down

0 comments on commit efebdb4

Please sign in to comment.