fix(fmt): align providers test formatting with rustfmt

This commit is contained in:
Chummy 2026-02-17 19:06:30 +08:00
parent d00c1140d9
commit f9d681063d

View file

@ -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());
}