Update server.cpp

removed an emty line to please a tupid bot.
This commit is contained in:
Robert Sinclair 2024-05-31 18:01:08 +03:00 committed by GitHub
parent 0001ec37b4
commit 0d358c1328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3034,8 +3034,7 @@ int main(int argc, char ** argv) {
LOG_ERROR("unable to load model", {{"error", "Load model failed"}}); LOG_ERROR("unable to load model", {{"error", "Load model failed"}});
state.store(SERVER_STATE_ERROR); state.store(SERVER_STATE_ERROR);
return 1; return 1;
} }
// Initialize the server context if the model is loaded successfully // Initialize the server context if the model is loaded successfully
ctx_server.init(); ctx_server.init();
state.store(SERVER_STATE_READY); state.store(SERVER_STATE_READY);