From 231bceeabbfb40b26be95f70d431d74b87b18c3f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 24 Jan 2025 09:14:55 -0800 Subject: [PATCH] style: Fix whitespace in docstring --- aider/sendchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/sendchat.py b/aider/sendchat.py index 1622de24fb1..bc400826f14 100644 --- a/aider/sendchat.py +++ b/aider/sendchat.py @@ -44,7 +44,7 @@ def sanity_check_messages(messages): def ensure_alternating_roles(messages): """Ensure messages alternate between 'assistant' and 'user' roles. - + Inserts empty messages of the opposite role when consecutive messages of the same role are found.