Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Aug 14, 2024
1 parent cf76f0b commit 443681b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import Paths_customer_deposit_wallet
( getDataDir
, getDataFileName
)
import System.Directory
( doesDirectoryExist
, doesFileExist
)
import Test.Hspec
( Spec
, describe
Expand All @@ -20,10 +24,6 @@ import Test.Hspec
import Test.Hspec.Golden
( Golden (..)
)
import System.Directory
( doesDirectoryExist
, doesFileExist
)

import qualified Data.ByteString.Lazy.Char8 as BL

Expand Down

0 comments on commit 443681b

Please sign in to comment.