Skip to content

Commit 1a91e94

Browse files
committed
format
1 parent bb053ef commit 1a91e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BotPlutusInterface/CardanoNode/Effects.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ handleUtxosAt addr = runEitherT $ do
108108

109109
return $ Map.fromList $ zip txOutRefs chainIndexTxOuts
110110

111-
-- | 'runNodeQuery' runs executes the 'NodeQuery' effects.
111+
-- | 'runNodeQuery' runs executes the 'NodeQuery' effects.
112112
runNodeQuery :: PABConfig -> Eff '[NodeQuery, Reader NodeConn, IO] ~> IO
113113
runNodeQuery conf effs = do
114114
conn <- connectionInfo conf

0 commit comments

Comments
 (0)