summaryrefslogtreecommitdiff
path: root/http/websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/websocket.hpp')
-rw-r--r--http/websocket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/websocket.hpp b/http/websocket.hpp
index 0fda7ee275..027ab24642 100644
--- a/http/websocket.hpp
+++ b/http/websocket.hpp
@@ -213,7 +213,7 @@ class ConnectionImpl : public Connection
BMCWEB_LOG_ERROR("Error closing websocket {}", ec);
return;
}
- });
+ });
}
boost::urls::url_view url() override