From d616c3fed72d95605449f6a020eaabc5ec093c1e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 7 Jan 2025 05:58:45 -0800 Subject: [PATCH] style: Remove trailing whitespace in MarkdownStream class docstring --- aider/mdstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/mdstream.py b/aider/mdstream.py index 966599df3..fb595072d 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -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.