Skip to content

Commit

Permalink
Replace spaces in Doc with <+>
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Galazyn <[email protected]>
  • Loading branch information
palas and carbolymer authored Sep 24, 2024
1 parent 9ab8f6f commit 7a86bae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ instance Error GovernanceActionsError where
GovernanceActionsReadStakeCredErrror e ->
prettyError e
GovernanceActionsProposalMismatchedHashError adt expectedHash actualHash ->
"Hashes do not match while checking "
<> pretty (anchorDataTypeCheckName adt)
"Hashes do not match while checking"
<+> pretty (anchorDataTypeCheckName adt)
<> " hashes! \n"
<> "Expected: "
<> pretty (show (L.extractHash expectedHash))
Expand Down

0 comments on commit 7a86bae

Please sign in to comment.