Skip to content

Commit c29de74

Browse files
committed
format
1 parent 698c014 commit c29de74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/BotPlutusInterface/Balance.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ import Prelude
8080

8181
-- Config for balancing a `Tx`.
8282
data BalanceConfig = BalanceConfig
83-
{ bcHasScripts :: Bool -- ^ This field represents whether the current `Tx` that needs to be balanced uses scripts.
84-
, bcSeparateChange :: Bool -- ^ This field represents whether the ada change should be in separate UTxO.
83+
{ -- | This field represents whether the current `Tx` that needs to be balanced uses scripts.
84+
bcHasScripts :: Bool
85+
, -- | This field represents whether the ada change should be in separate UTxO.
86+
bcSeparateChange :: Bool
8587
}
8688
deriving stock (Show, Eq)
8789

0 commit comments

Comments
 (0)