From 2d7d5e55ed30ef37185a22c60d0e41e82c99eadd Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 10 Jun 2026 16:40:37 -0700 Subject: [PATCH] style: cargo fmt Co-Authored-By: Claude Fable 5 --- crates/tui/src/client.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/crates/tui/src/client.rs b/crates/tui/src/client.rs index 9d84b173..e4bd1bef 100644 --- a/crates/tui/src/client.rs +++ b/crates/tui/src/client.rs @@ -1321,9 +1321,7 @@ pub(super) fn apply_reasoning_effort( }; body["reasoning_effort"] = json!(value); } - ApiProvider::Openai - | ApiProvider::WanjieArk - | ApiProvider::OpenaiCodex => {} + ApiProvider::Openai | ApiProvider::WanjieArk | ApiProvider::OpenaiCodex => {} ApiProvider::Atlascloud => { // #3024: Atlascloud serves DeepSeek models. body["reasoning_effort"] = json!("high"); @@ -1375,9 +1373,7 @@ pub(super) fn apply_reasoning_effort( // "max" to "high" instead of sending an invalid value. body["reasoning_effort"] = json!("high"); } - ApiProvider::Openai - | ApiProvider::WanjieArk - | ApiProvider::OpenaiCodex => {} + ApiProvider::Openai | ApiProvider::WanjieArk | ApiProvider::OpenaiCodex => {} ApiProvider::Atlascloud => { // #3024: Atlascloud serves DeepSeek models. body["reasoning_effort"] = json!("high");