From 13fe2036dbea65bd74bc802c22b2b121368fb4a3 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 10 Sep 2024 14:06:55 -0700 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 ba38758be..eb9c6737f 100644 --- a/aider/io.py +++ b/aider/io.py @@ -478,7 +478,7 @@ class InputOutput: ) else: res = input(question) - + if not res: res = "y" # Default to Yes if no input break