From c0871449acd7e83e133f710db3d3c8851f378a3e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 23 Aug 2024 16:18:55 -0700 Subject: [PATCH] style: Format code with consistent indentation --- aider/io.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 6f33323a9..f561d590a 100644 --- a/aider/io.py +++ b/aider/io.py @@ -376,7 +376,9 @@ class InputOutput: hist = "\n" + content.strip() + "\n\n" self.append_chat_history(hist) - def confirm_ask(self, question, default="y", subject=None, explicit_yes_required=False, group=None): + def confirm_ask( + self, question, default="y", subject=None, explicit_yes_required=False, group=None + ): self.num_user_asks += 1 question += " (Y)es/(N)o/(A)ll/(S)kip all [Y]: "