1
0
Fork 0
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:
Steffen Vogel 2019-10-29 17:58:36 +01:00
parent 7bc6137ef7
commit 4b8215baca

View file

@ -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;
}