chore: fmt

This commit is contained in:
yavens 2025-04-15 09:29:38 -04:00
parent bd4f5f27da
commit 651a113d5c
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ impl<R: Clone + Unpin> Stream for StreamingCompletionResponse<R> {
}
stream.choice = OneOrMany::many(choice)
.expect("There should be at least one assistant message");
.expect("There should be at least one assistant message");
Poll::Ready(None)
}