Skip to content

Commit f116411

Browse files
authored
remove trailing whitespaces
1 parent 2df61bf commit f116411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/server/server.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -821,12 +821,12 @@ struct server_context {
821821
if (!slot.available()) {
822822
continue;
823823
}
824-
824+
825825
// skip the slot if it does not contains prompt
826826
if (!slot.prompt.is_string()) {
827827
continue;
828828
}
829-
829+
830830
// current slot's prompt
831831
std::string slot_prompt = slot.prompt.get<std::string>();
832832

@@ -1586,7 +1586,7 @@ struct server_context {
15861586
std::string prompt = json_value(task.data, "prompt", std::string());
15871587

15881588
server_slot * slot;
1589-
1589+
15901590
if (id_slot != -1) {
15911591
slot = get_slot_by_id(id_slot);
15921592
} else {

0 commit comments

Comments
 (0)