From 6e6c0ab8e22b774ee9b8f8611284fce2cf27fcd1 Mon Sep 17 00:00:00 2001 From: ChrisPenner Date: Mon, 22 Jul 2024 17:59:57 +0000 Subject: [PATCH] automatically run ormolu --- unison-cli/src/Unison/CommandLine/OutputMessages.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/unison-cli/src/Unison/CommandLine/OutputMessages.hs b/unison-cli/src/Unison/CommandLine/OutputMessages.hs index 31b2056fec..d061f37f54 100644 --- a/unison-cli/src/Unison/CommandLine/OutputMessages.hs +++ b/unison-cli/src/Unison/CommandLine/OutputMessages.hs @@ -997,6 +997,7 @@ notifyUser dir = \case -- defs in the codebase. In some cases it's fine for bindings to -- shadow codebase names, but you don't want it to capture them in -- the decompiled output. + let prettyBindings = P.bracket . P.lines $ P.wrap "The watch expression(s) reference these definitions:"