style: remove trailing whitespace

This commit is contained in:
Paul Gauthier (aider) 2025-05-08 16:06:50 -07:00
parent befff1f22e
commit a22772b388

View file

@ -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.