run formatter
This commit is contained in:
parent
cad04c6273
commit
834eb892bf
1 changed files with 3 additions and 3 deletions
|
|
@ -50,8 +50,8 @@ module Spec.Sample.Shared (
|
||||||
wrongEffHash,
|
wrongEffHash,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Agora.Effect.NoOp (noOpValidator)
|
|
||||||
import Agora.AuthorityToken
|
import Agora.AuthorityToken
|
||||||
|
import Agora.Effect.NoOp (noOpValidator)
|
||||||
import Agora.Governor (
|
import Agora.Governor (
|
||||||
Governor (Governor),
|
Governor (Governor),
|
||||||
)
|
)
|
||||||
|
|
@ -81,7 +81,7 @@ import Plutarch.Api.V1 (
|
||||||
mintingPolicySymbol,
|
mintingPolicySymbol,
|
||||||
mkMintingPolicy,
|
mkMintingPolicy,
|
||||||
mkValidator,
|
mkValidator,
|
||||||
validatorHash
|
validatorHash,
|
||||||
)
|
)
|
||||||
import Plutarch.SafeMoney
|
import Plutarch.SafeMoney
|
||||||
import Plutus.V1.Ledger.Address (scriptHashAddress)
|
import Plutus.V1.Ledger.Address (scriptHashAddress)
|
||||||
|
|
@ -98,7 +98,7 @@ import Plutus.V1.Ledger.Contexts (
|
||||||
TxOut (..),
|
TxOut (..),
|
||||||
)
|
)
|
||||||
import Plutus.V1.Ledger.Scripts (Validator, ValidatorHash (..))
|
import Plutus.V1.Ledger.Scripts (Validator, ValidatorHash (..))
|
||||||
import Plutus.V1.Ledger.Value (TokenName, AssetClass)
|
import Plutus.V1.Ledger.Value (AssetClass, TokenName)
|
||||||
import Plutus.V1.Ledger.Value qualified as Value
|
import Plutus.V1.Ledger.Value qualified as Value
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue