Skip to content

Commit

Permalink
code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 31, 2024
1 parent 0e03651 commit d759615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ where
import Prelude

import Cardano.Api
( TxMetadataJsonSchemaError (..)
( TxMetadata (..)
, TxMetadataJsonSchemaError (..)
, TxMetadataValue (..)
, TxMetadata (..)
, metadataValueToJsonNoSchema
)
import Cardano.Api.Error
Expand Down Expand Up @@ -63,8 +63,8 @@ import Data.ByteString
( ByteString
)
import Data.Maybe
( isJust
, fromMaybe
( fromMaybe
, isJust
, mapMaybe
)
import Data.Text
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import Prelude
import Cardano.Wallet.Primitive.Types.MetadataEncryption
( ErrMetadataDecryption (..)
, ErrMetadataEncryption (..)
, cip20MetadataKey
, cip83EncryptMethodKey
, cip83EncryptPayloadKey
, cip83EncryptPayloadValue
, cip20MetadataKey
, fromMetadataEncrypted
, toMetadataEncrypted
)
Expand All @@ -25,9 +25,9 @@ import Data.ByteString
( ByteString
)
import Data.Either
( isLeft
( fromRight
, isLeft
, isRight
, fromRight
)
import Data.Either.Combinators
( rightToMaybe
Expand Down

0 comments on commit d759615

Please sign in to comment.