mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: remove trailing whitespace
This commit is contained in:
parent
befff1f22e
commit
a22772b388
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue