Skip to content

Commit

Permalink
Merge branch 'feature/RB-22-network' of github.com:X-R-G-B/R-Bus into…
Browse files Browse the repository at this point in the history
… feature/RB-22-network
  • Loading branch information
romainpanno committed Oct 3, 2023
2 parents 78fc4a1 + 1eacddf commit 8fd9d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ int main()
{
try {
Nitwork::NitworkServer::getInstance().start(4242);
while (true) {}
while (true) { }
} catch (std::exception& e) {
std::cerr << e.what() << std::endl;
}
Expand Down

0 comments on commit 8fd9d38

Please sign in to comment.