Skip to content

Commit 260a6b1

Browse files
committed
clean up pr
1 parent 53cb71b commit 260a6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ struct server_slot {
227227

228228
if (params.n_predict != -1) {
229229
n_remaining = params.n_predict - n_decoded;
230-
}else if (global_params.n_predict != -1) {
230+
} else if (global_params.n_predict != -1) {
231231
n_remaining = global_params.n_predict - n_decoded;
232232
}
233233

0 commit comments

Comments
 (0)