From 7a86bae30dd39719cee34017a476b7b83bad9cb8 Mon Sep 17 00:00:00 2001 From: Pablo Lamela Date: Tue, 24 Sep 2024 17:11:24 +0200 Subject: [PATCH] Replace spaces in `Doc` with `<+>` Co-authored-by: Mateusz Galazyn <228866+carbolymer@users.noreply.github.com> --- .../src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs b/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs index 65de0de055..f935a1b651 100644 --- a/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs +++ b/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs @@ -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))