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

Commit 9b77b5d

Browse files
parsonsmattKtorZ
authored andcommitted
[CBR-254] Stylish Haskell
1 parent f6086a3 commit 9b77b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallet/src/Pos/Wallet/Web/Methods/Restore.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import Universum
2020
import qualified Control.Exception.Safe as E
2121
import Control.Lens (each, ix, traversed)
2222
import Data.Default (Default (def))
23+
import Data.Traversable (for)
2324
import Formatting (build, sformat, (%))
2425
import System.IO.Error (isDoesNotExistError)
2526
import System.Wlog (logDebug)
26-
import Data.Traversable (for)
2727

2828
import qualified Data.HashMap.Strict as HM
2929
import Pos.Client.KeyStorage (addSecretKey)

0 commit comments

Comments
 (0)