Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 245946a

Browse files
author
Ben Ford
committed
Apply stylish.diff from hydra
1 parent bcaed5d commit 245946a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

faucet/src/Cardano/Faucet/Init.hs

+7-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ import System.Wlog (CanLog, HasLoggerName, LoggerNameBox (..),
5050
liftLogIO, logDebug, logError, logInfo, withSublogger)
5151

5252
import Cardano.Wallet.API.V1.Types (Account (..), Address,
53-
AssuranceLevel (NormalAssurance), BackupPhrase (..), ForceNtpCheck(..),
54-
NewWallet (..), NodeInfo (..), Payment (..),
55-
PaymentDistribution (..), PaymentSource (..),
56-
SyncPercentage, V1 (..), Wallet (..), WalletAddress (..),
57-
WalletId, WalletOperation (CreateWallet),
58-
mkSyncPercentage, txAmount, unV1)
53+
AssuranceLevel (NormalAssurance), BackupPhrase (..),
54+
ForceNtpCheck (..), NewWallet (..), NodeInfo (..),
55+
Payment (..), PaymentDistribution (..),
56+
PaymentSource (..), SyncPercentage, V1 (..), Wallet (..),
57+
WalletAddress (..), WalletId,
58+
WalletOperation (CreateWallet), mkSyncPercentage,
59+
txAmount, unV1)
5960
import Cardano.Wallet.Client (ClientError (..), WalletClient (..),
6061
WalletResponse (..), liftClient)
6162
import Cardano.Wallet.Client.Http (mkHttpClient)

0 commit comments

Comments
 (0)