fix whitespace

This commit is contained in:
Steve Grubb 2024-05-13 18:00:58 -04:00
parent 0a9eb98ee0
commit 104abc6df2

View file

@ -671,7 +671,7 @@ struct server_context {
model = nullptr; model = nullptr;
} }
// Clear any sampling context // Clear any sampling context
for (server_slot & slot : slots) { for (server_slot & slot : slots) {
if (slot.ctx_sampling != nullptr) { if (slot.ctx_sampling != nullptr) {
llama_sampling_free(slot.ctx_sampling); llama_sampling_free(slot.ctx_sampling);