mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-02 16:26:43 +00:00
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:
committed by
GitHub
parent
7bd21345a1
commit
b24aadc898
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user