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

@ -3035,7 +3035,6 @@ int main(int argc, char ** argv) {
state.store(SERVER_STATE_ERROR);
return 1;
}
// Initialize the server context if the model is loaded successfully
ctx_server.init();
state.store(SERVER_STATE_READY);