From a22772b388d3b0dc1345c9b8eea044d702758c13 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 8 May 2025 16:06:50 -0700 Subject: [PATCH] style: remove trailing whitespace --- aider/mdstream.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index 4e76d7735..774b247c2 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -119,7 +119,6 @@ class MarkdownStream: self.live = None self._live_started = False - def _render_markdown_to_lines(self, text): """Render markdown text to a list of lines. @@ -147,7 +146,6 @@ class MarkdownStream: except Exception: pass # Ignore any errors during cleanup - def update(self, text, final=False): """Update the displayed markdown content.