remove empty line

This commit is contained in:
lhpqaq 2024-12-01 00:38:59 +08:00
parent 21f8b73d60
commit 1b301dbec3

View file

@ -3009,7 +3009,6 @@ int main(int argc, char ** argv) {
ctx_server.queue_tasks.post(tasks); ctx_server.queue_tasks.post(tasks);
bool stream = json_value(data, "stream", false); bool stream = json_value(data, "stream", false);
const auto task_ids = server_task::get_list_id(tasks); const auto task_ids = server_task::get_list_id(tasks);
const auto completion_id = gen_chatcmplid(); const auto completion_id = gen_chatcmplid();