summaryrefslogtreecommitdiff
path: root/http/websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/websocket.hpp')
-rw-r--r--http/websocket.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/http/websocket.hpp b/http/websocket.hpp
index 87742008ce..e61f58b0bd 100644
--- a/http/websocket.hpp
+++ b/http/websocket.hpp
@@ -27,8 +27,7 @@ enum class MessageType
struct Connection : std::enable_shared_from_this<Connection>
{
public:
- explicit Connection(const crow::Request& reqIn) : req(reqIn.req)
- {}
+ explicit Connection(const crow::Request& reqIn) : req(reqIn.req) {}
Connection(const Connection&) = delete;
Connection(Connection&&) = delete;