summaryrefslogtreecommitdiff
path: root/include/net/client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/client.hpp')
-rw-r--r--include/net/client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/client.hpp b/include/net/client.hpp
index 8f81638..234ca90 100644
--- a/include/net/client.hpp
+++ b/include/net/client.hpp
@@ -22,7 +22,7 @@
namespace net {
class client {
- struct sockaddr_in server_address {};
+ struct sockaddr_in server_address { };
public:
client(std::string hostname, int port)