From 9ae04cf1ec0a555a523524450d40aeb76a985ca3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 16 Dec 2024 12:13:35 -0800 Subject: [PATCH] style: Format tool output message --- aider/watch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 3f1d95526..9a1ac33a3 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -158,7 +158,9 @@ class FileWatcher: rel_fname = self.coder.get_rel_fname(fname) self.io.tool_output(f"Added {rel_fname} to the chat") if not has_action: - self.io.tool_output("Use AI! to request changes or AI? to ask questions about the code") + self.io.tool_output( + "Use AI! to request changes or AI? to ask questions about the code" + ) self.io.tool_output() if not has_action: