Fix style

This commit is contained in:
Ayaz Salikhov
2026-07-02 12:54:52 +01:00
committed by GitHub
parent 7e8d64bc05
commit 183284e7df

View File

@@ -58,8 +58,7 @@ private:
bool pingActive_ = false;
boost::beast::websocket::ping_data payload_;
error_code ec_;
std::function<void(boost::beast::websocket::frame_type, std::string_view)>
controlCallback_;
std::function<void(boost::beast::websocket::frame_type, std::string_view)> controlCallback_;
public:
template <class Body, class Headers>