style: remove trailing whitespace

This commit is contained in:
Re-bin
2026-03-06 07:16:20 +00:00
parent ef5792162f
commit dcebb94b01

View File

@@ -298,7 +298,7 @@ class LiteLLMProvider(LLMProvider):
reasoning_content = getattr(message, "reasoning_content", None) or None
thinking_blocks = getattr(message, "thinking_blocks", None) or None
return LLMResponse(
content=content,
tool_calls=tool_calls,