style: apply rustfmt to reasoning tests

This commit is contained in:
Firat Sertgoz
2026-03-28 16:44:37 +03:00
parent 19dcaad6cf
commit d0a23ab41c
+3 -1
View File
@@ -3176,7 +3176,9 @@ That's my plan."#;
#[tokio::test] #[tokio::test]
async fn test_respond_with_tools_flags_empty_tool_completion_when_content_is_none() { async fn test_respond_with_tools_flags_empty_tool_completion_when_content_is_none() {
use crate::llm::{FinishReason, LlmProvider, ToolCompletionRequest, ToolCompletionResponse}; use crate::llm::{
FinishReason, LlmProvider, ToolCompletionRequest, ToolCompletionResponse,
};
use async_trait::async_trait; use async_trait::async_trait;
use rust_decimal::Decimal; use rust_decimal::Decimal;