style: Remove trailing whitespace in MarkdownStream class docstring

This commit is contained in:
Paul Gauthier (aider) 2025-01-07 05:58:45 -08:00
parent e07e6cd2a3
commit d616c3fed7

View file

@ -42,7 +42,7 @@ The end.
class MarkdownStream:
"""Streaming markdown renderer that progressively displays content with a live updating window.
Uses rich.console and rich.live to render markdown content with smooth scrolling
and partial updates. Maintains a sliding window of visible content while streaming
in new markdown text.