From f9d681063d12e3b8b8e991b44853f3e0c1093652 Mon Sep 17 00:00:00 2001 From: Chummy Date: Tue, 17 Feb 2026 19:06:30 +0800 Subject: [PATCH] fix(fmt): align providers test formatting with rustfmt --- src/providers/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/providers/mod.rs b/src/providers/mod.rs index 7ee24b0..c100088 100644 --- a/src/providers/mod.rs +++ b/src/providers/mod.rs @@ -788,8 +788,7 @@ mod tests { #[test] fn ollama_with_custom_url() { - let provider = - create_provider_with_url("ollama", None, Some("http://10.100.2.32:11434")); + let provider = create_provider_with_url("ollama", None, Some("http://10.100.2.32:11434")); assert!(provider.is_ok()); }