From 2a993ae777484d37044fbc3ae890349815798e53 Mon Sep 17 00:00:00 2001 From: fanghr Date: Fri, 6 May 2022 14:06:27 +0800 Subject: [PATCH] run linter --- agora/Agora/Utils.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agora/Agora/Utils.hs b/agora/Agora/Utils.hs index 704ada9..6324ba1 100644 --- a/agora/Agora/Utils.hs +++ b/agora/Agora/Utils.hs @@ -56,11 +56,11 @@ module Agora.Utils ( -------------------------------------------------------------------------------- import Plutus.V1.Ledger.Api ( + Address (..), + Credential (..), CurrencySymbol, TokenName (..), ValidatorHash (..), - Credential(..), - Address(..), ) import Plutus.V1.Ledger.Value (AssetClass (..))