fix: Removed forced new line.

This commit is contained in:
polistern
2022-06-10 21:04:57 +00:00
parent a09ab6b484
commit 1d9577a09b

View File

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