From 4919b57466b36f17bb833eacd4b0902248dc0d2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:50:03 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#2317) --- src/web/ng/SubscriptionContext.cpp | 1 - tests/common/util/MockAssert.cpp | 3 --- tests/unit/etl/NFTHelpersTests.cpp | 2 -- tests/unit/web/ng/SubscriptionContextTests.cpp | 2 -- tests/unit/web/ng/impl/ConnectionHandlerTests.cpp | 2 -- tests/unit/web/ng/impl/HttpConnectionTests.cpp | 1 - 6 files changed, 11 deletions(-) diff --git a/src/web/ng/SubscriptionContext.cpp b/src/web/ng/SubscriptionContext.cpp index d176b30c..5cf07b6e 100644 --- a/src/web/ng/SubscriptionContext.cpp +++ b/src/web/ng/SubscriptionContext.cpp @@ -23,7 +23,6 @@ #include "util/Taggable.hpp" #include "web/SubscriptionContextInterface.hpp" -#include #include #include diff --git a/tests/common/util/MockAssert.cpp b/tests/common/util/MockAssert.cpp index 81cd3b1d..b62003bc 100644 --- a/tests/common/util/MockAssert.cpp +++ b/tests/common/util/MockAssert.cpp @@ -21,9 +21,6 @@ #include "util/Assert.hpp" -#include -#include - #include #include diff --git a/tests/unit/etl/NFTHelpersTests.cpp b/tests/unit/etl/NFTHelpersTests.cpp index 7164511e..a5bed974 100644 --- a/tests/unit/etl/NFTHelpersTests.cpp +++ b/tests/unit/etl/NFTHelpersTests.cpp @@ -26,8 +26,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/tests/unit/web/ng/SubscriptionContextTests.cpp b/tests/unit/web/ng/SubscriptionContextTests.cpp index 527c2bf4..94d53edf 100644 --- a/tests/unit/web/ng/SubscriptionContextTests.cpp +++ b/tests/unit/web/ng/SubscriptionContextTests.cpp @@ -29,10 +29,8 @@ #include "web/ng/SubscriptionContext.hpp" #include "web/ng/impl/MockWsConnection.hpp" -#include #include #include -#include #include #include #include diff --git a/tests/unit/web/ng/impl/ConnectionHandlerTests.cpp b/tests/unit/web/ng/impl/ConnectionHandlerTests.cpp index b4c1caac..5a9481b1 100644 --- a/tests/unit/web/ng/impl/ConnectionHandlerTests.cpp +++ b/tests/unit/web/ng/impl/ConnectionHandlerTests.cpp @@ -34,11 +34,9 @@ #include "web/ng/impl/MockHttpConnection.hpp" #include "web/ng/impl/MockWsConnection.hpp" -#include #include #include #include -#include #include #include #include diff --git a/tests/unit/web/ng/impl/HttpConnectionTests.cpp b/tests/unit/web/ng/impl/HttpConnectionTests.cpp index 2f76a95a..a5df0de1 100644 --- a/tests/unit/web/ng/impl/HttpConnectionTests.cpp +++ b/tests/unit/web/ng/impl/HttpConnectionTests.cpp @@ -30,7 +30,6 @@ #include "web/ng/Response.hpp" #include "web/ng/impl/HttpConnection.hpp" -#include #include #include #include