Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Jul 31, 2024
1 parent d759615 commit 099416a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/api/src/Cardano/Wallet/Api/Types/SchemaMetadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
{-# LANGUAGE OverloadedLabels #-}
{-# LANGUAGE StrictData #-}

{-# OPTIONS_GHC -Wno-orphans #-}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RecordWildCards #-}

module Cardano.Wallet.Primitive.Types.MetadataEncryptionSpec
( spec
Expand Down Expand Up @@ -433,7 +432,8 @@ data TestingSetup = TestingSetup
, salt :: ByteString
} deriving (Eq, Show)

data Msg = Msg {getMsg :: Text}
newtype Msg = Msg {getMsg :: Text}
deriving (Eq, Show)

instance Arbitrary Msg where
arbitrary = do
Expand Down

0 comments on commit 099416a

Please sign in to comment.