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

Fixes #1463. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-17 09:18:35 +01:00
committed by GitHub
parent 1334bd05d9
commit 37cd79ceb0
3 changed files with 2 additions and 5 deletions

View File

@@ -284,7 +284,7 @@ TEST_F(WsConnectionTests, CloseConnection)
TEST_F(WsConnectionTests, CloseConnectionTimeout)
{
TestWsConnectionPtr serverConnection;
TestWsConnectionPtr const serverConnection;
asio::spawn(ctx, [&](asio::yield_context yield) {
auto serverConnection = std::make_unique<TestWsConnection>(unwrap(server.acceptConnection(yield)));
});