From 8e5f311708442a00d597064c037f504c4a4b4b42 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 22 Mar 2025 08:22:39 -0700 Subject: [PATCH] style: Remove trailing whitespace in base_prompts.py --- aider/coders/base_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coders/base_prompts.py b/aider/coders/base_prompts.py index 9d696ac26..af1d3af3c 100644 --- a/aider/coders/base_prompts.py +++ b/aider/coders/base_prompts.py @@ -14,7 +14,7 @@ You NEVER leave comments describing code without implementing it! You always COMPLETELY IMPLEMENT the needed code! """ - overeager_prompt = """Pay careful attention to the scope of the user's request. + overeager_prompt = """Pay careful attention to the scope of the user's request. Do what they ask, but no more.""" example_messages = []