Skip to content

Commit

Permalink
style: clang-tidy auto fixes (#1591)
Browse files Browse the repository at this point in the history
Fixes #1590. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <[email protected]>
  • Loading branch information
github-actions[bot] and kuznetsss authored Aug 8, 2024
1 parent 1b4eed3 commit 58045fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/web/IntervalSweepHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
#include "util/config/Config.hpp"
#include "web/DOSGuard.hpp"

#include <boost/asio/error.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/post.hpp>
#include <boost/system/detail/error_code.hpp>

#include <algorithm>
Expand Down
1 change: 0 additions & 1 deletion tests/unit/etl/AmendmentBlockHandlerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "util/LoggerFixtures.hpp"
#include "util/MockPrometheus.hpp"

#include <boost/asio/io_context.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>

Expand Down
1 change: 0 additions & 1 deletion tests/unit/util/RepeatTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "util/Repeat.hpp"
#include "util/WithTimeout.hpp"

#include <boost/asio/error.hpp>
#include <boost/asio/executor_work_guard.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Expand Down

0 comments on commit 58045fb

Please sign in to comment.