style: Fix trailing whitespace in test docstring

This commit is contained in:
Paul Gauthier (aider) 2025-03-09 08:43:51 -07:00
parent a1f104cb4d
commit 313b91edbe

View file

@ -464,7 +464,7 @@ End"""
) )
def test_send_with_reasoning_stream(self): def test_send_with_reasoning_stream(self):
"""Test that streaming reasoning content from the 'reasoning' attribute is properly """Test that streaming reasoning content from the 'reasoning' attribute is properly
formatted and output.""" formatted and output."""
# Setup IO with pretty output for streaming # Setup IO with pretty output for streaming
io = InputOutput(pretty=True) io = InputOutput(pretty=True)