mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
style: apply rustfmt to reasoning tests
This commit is contained in:
@@ -3176,7 +3176,9 @@ That's my plan."#;
|
||||
|
||||
#[tokio::test]
|
||||
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 rust_decimal::Decimal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user