Skip to content

Commit 8dee69f

Browse files
Fix haskell formatting
1 parent f19e092 commit 8dee69f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cardano-cli/src/Cardano/CLI/EraBased/Options/Transaction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ pDisableMetadataChecksOnVotes =
401401
mconcat
402402
[ Opt.long "disable-metadata-checks-on-votes"
403403
, Opt.help "Disable automatic metadata-hash checks on votes included in the transaction."
404-
]
404+
]

cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ runTransactionBuildCmd
217217
newExceptT $
218218
first TxCmdProposalError
219219
<$> readTxGovernanceActions eon proposalFiles
220-
220+
221221
unless disableMetadataChecksOnProposals $
222222
forM_ proposals (checkProposalHashes eon . fst)
223223

0 commit comments

Comments
 (0)