style: clang-tidy auto fixes (#1499)

Fixes #1498. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-28 09:51:50 +01:00
committed by GitHub
parent 7bd21345a1
commit b24aadc898
4 changed files with 1 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
#include "util/Assert.hpp"
#include <boost/asio/spawn.hpp>
#include <fmt/compile.h>
#include <xrpl/basics/Slice.h>
#include <xrpl/basics/base_uint.h>
#include <xrpl/protocol/Feature.h>

View File

@@ -19,7 +19,6 @@
#include "rpc/common/impl/HandlerProvider.hpp"
#include "data/AmendmentCenter.hpp"
#include "data/AmendmentCenterInterface.hpp"
#include "data/BackendInterface.hpp"
#include "etl/ETLService.hpp"

View File

@@ -102,7 +102,7 @@ struct AmendmentKeyTest : testing::Test {};
TEST_F(AmendmentKeyTest, Convertible)
{
std::string key1 = "key1";
std::string const key1 = "key1";
auto key2 = "key2";
EXPECT_NO_THROW({

View File

@@ -18,7 +18,6 @@
//==============================================================================
#include "data/AmendmentCenter.hpp"
#include "data/AmendmentCenterInterface.hpp"
#include "data/Types.hpp"
#include "rpc/Errors.hpp"
#include "rpc/common/AnyHandler.hpp"