mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
[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:
committed by
GitHub
parent
1334bd05d9
commit
37cd79ceb0
@@ -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)));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user