From f2a89b095d4bf56f9c306c14f5372bd0997ac0d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:44:36 +0000 Subject: [PATCH] style: clang-tidy auto fixes (#1799) Fixes #1798. --- tests/unit/web/ng/impl/WsConnectionTests.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/web/ng/impl/WsConnectionTests.cpp b/tests/unit/web/ng/impl/WsConnectionTests.cpp index 30a9974a..a235ab0d 100644 --- a/tests/unit/web/ng/impl/WsConnectionTests.cpp +++ b/tests/unit/web/ng/impl/WsConnectionTests.cpp @@ -30,13 +30,13 @@ #include "web/ng/impl/HttpConnection.hpp" #include "web/ng/impl/WsConnection.hpp" -#include #include +#include +#include #include #include #include #include -#include #include #include #include @@ -48,6 +48,7 @@ #include #include #include +#include #include using namespace web::ng::impl;