fix: cargo fmt

This commit is contained in:
Adil Hafeez 2026-03-06 14:54:02 +00:00
parent a0513fe191
commit 2c7d3a9c6c

View file

@ -283,10 +283,7 @@ async fn handle_agent_chat_inner(
get_active_span(|span| {
span.update_name(format!("{} /v1/chat/completions", agent_name));
for (key, value) in &custom_attrs {
span.set_attribute(opentelemetry::KeyValue::new(
key.clone(),
value.clone(),
));
span.set_attribute(opentelemetry::KeyValue::new(key.clone(), value.clone()));
}
});