Skip to content

Commit

Permalink
style: clang-tidy auto fixes (#1799)
Browse files Browse the repository at this point in the history
Fixes #1798.
  • Loading branch information
github-actions[bot] authored Dec 20, 2024
1 parent 7d4e361 commit f2a89b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit/web/ng/impl/WsConnectionTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
#include "web/ng/impl/HttpConnection.hpp"
#include "web/ng/impl/WsConnection.hpp"

#include <boost/asio/buffer.hpp>
#include <boost/asio/error.hpp>
#include <boost/asio/executor_work_guard.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/post.hpp>
#include <boost/asio/spawn.hpp>
#include <boost/asio/ssl/context.hpp>
#include <boost/asio/steady_timer.hpp>
#include <boost/asio/use_future.hpp>
#include <boost/beast/core/flat_buffer.hpp>
#include <boost/beast/http/status.hpp>
#include <gmock/gmock.h>
Expand All @@ -48,6 +48,7 @@
#include <optional>
#include <ranges>
#include <string>
#include <thread>
#include <utility>

using namespace web::ng::impl;
Expand Down

0 comments on commit f2a89b0

Please sign in to comment.