summaryrefslogtreecommitdiffhomepage
path: root/dev/lib
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib')
-rw-r--r--dev/lib/net/network.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/net/network.hpp b/dev/lib/net/network.hpp
index a64497c..a58cb1f 100644
--- a/dev/lib/net/network.hpp
+++ b/dev/lib/net/network.hpp
@@ -37,7 +37,7 @@ namespace snu::net
static constexpr auto local_address_ip6 = "127.0.0.1";
static constexpr auto local_address_ip4 = "::1";
-
+
static constexpr auto backlog_count = 18U;
socket_type fd_{};