Skip to content

Commit

Permalink
code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Dec 20, 2024
1 parent 7b7e92f commit 4345d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/api/src/Cardano/Wallet/Api/Types/Certificate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ import Cardano.Wallet.Util
import Control.DeepSeq
( NFData
)
import Control.Monad
( (>=>)
)
import Data.Aeson.Types
( FromJSON (parseJSON)
, KeyValue ((.=))
Expand All @@ -93,9 +96,6 @@ import Data.Aeson.Types
import Data.Bifunctor
( bimap
)
import Control.Monad
( (>=>)
)
import Data.List.NonEmpty
( NonEmpty
)
Expand Down

0 comments on commit 4345d9d

Please sign in to comment.