mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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 = None
|
||||||
self._live_started = False
|
self._live_started = False
|
||||||
|
|
||||||
|
|
||||||
def _render_markdown_to_lines(self, text):
|
def _render_markdown_to_lines(self, text):
|
||||||
"""Render markdown text to a list of lines.
|
"""Render markdown text to a list of lines.
|
||||||
|
|
||||||
|
@ -147,7 +146,6 @@ class MarkdownStream:
|
||||||
except Exception:
|
except Exception:
|
||||||
pass # Ignore any errors during cleanup
|
pass # Ignore any errors during cleanup
|
||||||
|
|
||||||
|
|
||||||
def update(self, text, final=False):
|
def update(self, text, final=False):
|
||||||
"""Update the displayed markdown content.
|
"""Update the displayed markdown content.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue