Update server.cpp
removed an emty line to please a tupid bot.
This commit is contained in:
parent
0001ec37b4
commit
0d358c1328
1 changed files with 1 additions and 2 deletions
|
@ -3035,7 +3035,6 @@ int main(int argc, char ** argv) {
|
||||||
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue