server : fix spacing [no ci]

Co-authored-by: Xuan Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Georgi Gerganov 2024-12-17 11:37:08 +02:00
parent d424afac5f
commit 2dea48758e
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -736,7 +736,7 @@ struct server_task_result_embd : server_task_result {
} }
virtual json to_json() override { virtual json to_json() override {
if (embedding.size() == 1){ if (embedding.size() == 1) {
// to be OAI compatible // to be OAI compatible
return json { return json {
{"index", index}, {"index", index},