Skip to content

Commit f22c3fb

Browse files
committed
format
1 parent 658a875 commit f22c3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BotPlutusInterface/Collateral.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import BotPlutusInterface.Types (
1515
unCollateralVar,
1616
)
1717
import Cardano.Prelude (Void)
18-
import Control.Concurrent.STM (atomically, writeTVar, readTVarIO)
18+
import Control.Concurrent.STM (atomically, readTVarIO, writeTVar)
1919
import Data.Kind (Type)
2020
import Data.Map (Map)
2121
import Data.Map qualified as Map

src/BotPlutusInterface/Contract.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ handleCollateral cEnv = do
452452
do
453453
collateralNotInMem <-
454454
newEitherT $
455-
maybeToLeft "Collateral UTxO not found in contract env."
455+
maybeToLeft "Collateral UTxO not found in contract env."
456456
<$> getInMemCollateral @w
457457

458458
helperLog collateralNotInMem

0 commit comments

Comments
 (0)