Skip to content

Commit

Permalink
Stylish Haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 28, 2024
1 parent 5743a60 commit 0266459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/SerialiseLedgerCddl.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{-# LANGUAGE EmptyCase #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NamedFieldPuns #-}

-- | Ledger CDDL Serialisation
--
Expand Down Expand Up @@ -43,7 +43,7 @@ import Cardano.Api.Pretty
import Cardano.Api.SerialiseTextEnvelope (TextEnvelope (..),
TextEnvelopeDescr (TextEnvelopeDescr), TextEnvelopeError (..),
TextEnvelopeType (TextEnvelopeType), deserialiseFromTextEnvelope,
serialiseToTextEnvelope, legacyComparison)
legacyComparison, serialiseToTextEnvelope)
import Cardano.Api.Tx.Sign
import Cardano.Api.Utils

Expand Down

0 comments on commit 0266459

Please sign in to comment.