This commit is contained in:
Jeremy Rose
2025-08-14 17:04:39 -07:00
parent 7b6df09801
commit d8abab96f1

View File

@@ -45,7 +45,6 @@ impl MarkdownStreamCollector {
self.buffer.push_str(delta);
}
/// Render the full buffer and return only the newly completed logical lines
/// since the last commit. When the buffer does not end with a newline, the
/// final rendered line is considered incomplete and is not emitted.