style: cargo fmt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hunter Bown
2026-06-10 16:40:32 -07:00
parent 29edb6d0cf
commit 565afdaa90
+1 -2
View File
@@ -176,8 +176,7 @@ pub fn input_cost_note(model: &str) -> Option<String> {
let pricing = pricing_for_model(model)?;
Some(format!(
"Sub-agents are cheap — {} costs ${:.2} per million input tokens.",
model,
pricing.usd.input_cache_miss_per_million
model, pricing.usd.input_cache_miss_per_million
))
}