fix: Removed forced new line.

master
polistern 2022-06-10 21:04:57 +00:00
parent a09ab6b484
commit 1d9577a09b
Signed by: polistern
GPG Key ID: E131651B5A988EAC
1 changed files with 0 additions and 1 deletions

View File

@ -31,6 +31,5 @@ int main(int argc, char **argv)
reply = conn->read();
}
std::cout << std::endl;
conn->close();
}