From 58045fb0b6d8c364bba0b5101b5f06bad921a081 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:13:43 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1591) Fixes #1590. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com> --- src/web/IntervalSweepHandler.cpp | 2 -- tests/unit/etl/AmendmentBlockHandlerTests.cpp | 1 - tests/unit/util/RepeatTests.cpp | 1 - 3 files changed, 4 deletions(-) diff --git a/src/web/IntervalSweepHandler.cpp b/src/web/IntervalSweepHandler.cpp index 11cadc40..65e43b3c 100644 --- a/src/web/IntervalSweepHandler.cpp +++ b/src/web/IntervalSweepHandler.cpp @@ -22,9 +22,7 @@ #include "util/config/Config.hpp" #include "web/DOSGuard.hpp" -#include #include -#include #include #include diff --git a/tests/unit/etl/AmendmentBlockHandlerTests.cpp b/tests/unit/etl/AmendmentBlockHandlerTests.cpp index a2a305c1..e84ee77d 100644 --- a/tests/unit/etl/AmendmentBlockHandlerTests.cpp +++ b/tests/unit/etl/AmendmentBlockHandlerTests.cpp @@ -23,7 +23,6 @@ #include "util/LoggerFixtures.hpp" #include "util/MockPrometheus.hpp" -#include #include #include diff --git a/tests/unit/util/RepeatTests.cpp b/tests/unit/util/RepeatTests.cpp index 98a2a7c9..f0d5b7cd 100644 --- a/tests/unit/util/RepeatTests.cpp +++ b/tests/unit/util/RepeatTests.cpp @@ -21,7 +21,6 @@ #include "util/Repeat.hpp" #include "util/WithTimeout.hpp" -#include #include #include #include