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

Commit 7c94a28

Browse files
committed
[CBR-26] Appease the styleguide
1 parent 0a47916 commit 7c94a28

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

wallet-new/test/MarshallingSpec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import Test.QuickCheck.Instances ()
1919
import qualified Test.QuickCheck.Property as Property
2020

2121
import qualified Pos.Core as Core
22-
import qualified Pos.Core.Update as Core
2322
import qualified Pos.Core.Txp as Core
23+
import qualified Pos.Core.Update as Core
2424

2525
import Cardano.Wallet.API.Indices
2626
import Cardano.Wallet.API.Request.Pagination (Page, PerPage)

wallet-new/test/WalletNewGen.hs

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ import qualified Hedgehog.Gen as Gen
99
import qualified Hedgehog.Range as Range
1010

1111
import Cardano.Wallet.API.V1.Types (SyncProgress (..), V1 (..),
12-
WalletError (..), mkEstimatedCompletionTime,
13-
mkSyncPercentage, mkSyncThroughput, exampleWalletId)
12+
WalletError (..), exampleWalletId,
13+
mkEstimatedCompletionTime, mkSyncPercentage,
14+
mkSyncThroughput)
1415
import Pos.Core.Common (BlockCount (..))
1516

1617
import Test.Pos.Core.Gen (genAddress)

wallet-new/test/WalletNewJson.hs

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import Universum
77
import Cardano.Wallet.API.Response (JSONValidationError (..))
88
import Cardano.Wallet.API.V1.Migration.Types (MigrationError (..))
99
import Cardano.Wallet.API.V1.Types (SyncProgress (..), V1 (..),
10-
WalletError (..), mkEstimatedCompletionTime,
11-
mkSyncPercentage, mkSyncThroughput, exampleWalletId)
10+
WalletError (..), exampleWalletId,
11+
mkEstimatedCompletionTime, mkSyncPercentage,
12+
mkSyncThroughput)
1213
import Data.List.NonEmpty (fromList)
1314
import Hedgehog (Property)
1415
import qualified Hedgehog as H

0 commit comments

Comments
 (0)