Skip to content

Commit

Permalink
fixup: stylish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed May 29, 2023
1 parent 39fec06 commit e1c142e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/wallet/src/Cardano/Wallet/Write/Tx.hs
Expand Up @@ -200,11 +200,12 @@ import Data.Generics.Internal.VL.Lens
( (^.) )
import Data.Generics.Labels
()
import Data.Kind (Type)
import Data.Generics.Product
( HasField' )
import Data.IntCast
( intCast )
import Data.Kind
( Type )
import Data.Maybe
( fromMaybe, isJust )
import Data.Type.Equality
Expand Down

0 comments on commit e1c142e

Please sign in to comment.