[CI] clang-tidy auto fixes (#1159)

Fixes #1158
This commit is contained in:
github-actions[bot]
2024-02-06 12:08:44 +00:00
committed by GitHub
parent a1699d7484
commit 6bd72355db
6 changed files with 1 additions and 23 deletions

View File

@@ -29,13 +29,11 @@
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/flat_buffer.hpp>
#include <boost/beast/core/role.hpp>
#include <boost/beast/version.hpp>
#include <boost/beast/websocket/error.hpp>
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/stream_base.hpp>
#include <gtest/gtest.h>
#include <iostream>
#include <optional>
#include <string>
#include <utility>