From 6c7a0d21d28245b66f8859917bc07aac314a5345 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 10 Jan 2025 14:25:04 -0800 Subject: [PATCH] style: Remove trailing whitespace in io.py --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 6eaa0a756..06f0e5350 100644 --- a/aider/io.py +++ b/aider/io.py @@ -251,7 +251,7 @@ class InputOutput: self.prompt_session = None self.is_dumb_terminal = is_dumb_terminal() - + if self.is_dumb_terminal: self.pretty = False fancy_input = False