Whitespace

This commit is contained in:
trollkotze 2024-03-25 17:51:13 +01:00
parent f5b8622b3a
commit 485358aa62

View file

@ -624,6 +624,7 @@ struct server_response {
} }
} }
}; };
struct server_context { struct server_context {
llama_model * model = nullptr; llama_model * model = nullptr;
llama_context * ctx = nullptr; llama_context * ctx = nullptr;
@ -3607,4 +3608,3 @@ int main(int argc, char ** argv) {
return 0; return 0;
} }