mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code-style
This commit is contained in:
parent
7bc6137ef7
commit
4b8215baca
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ void Server::stop()
|
|||
|
||||
ret = close(sd);
|
||||
if (ret)
|
||||
throw SystemError("Failed to close API socket");;
|
||||
throw SystemError("Failed to close API socket");
|
||||
|
||||
state = State::STOPPED;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue