From 1daf984b570ea15217ed1a09d40571078136ac4c Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 14 May 2024 15:51:46 -0400 Subject: [PATCH] fix: cargo fmt tweak --- router/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/lib.rs b/router/src/lib.rs index 57bc84bf..85e18dfb 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -546,7 +546,7 @@ impl ChatCompletion { content: output, name: None, tool_calls, - tool_call_id:None + tool_call_id: None, }, logprobs: return_logprobs .then(|| ChatCompletionLogprobs::from((details.tokens, details.top_tokens))),