mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 00:50:39 +00:00
style: clang-tidy auto fixes (#2999)
This commit is contained in:
committed by
GitHub
parent
2b8a7b95e4
commit
4f0a983195
@@ -30,7 +30,6 @@
|
||||
#include "etl/LoadBalancer.hpp"
|
||||
#include "etl/NetworkValidatedLedgers.hpp"
|
||||
#include "etl/SystemState.hpp"
|
||||
#include "etl/WriterState.hpp"
|
||||
#include "feed/SubscriptionManager.hpp"
|
||||
#include "migration/MigrationInspectorFactory.hpp"
|
||||
#include "rpc/Counters.hpp"
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
|
||||
#include "data/LedgerCacheLoadingState.hpp"
|
||||
|
||||
#include "data/LedgerCacheInterface.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace data {
|
||||
|
||||
@@ -309,7 +309,7 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
TEST_P(ClusterCommunicationServiceMakeTest, LoadingAllowedMatchesConfig)
|
||||
{
|
||||
auto const& param = GetParam();
|
||||
util::config::ClioConfigDefinition config{
|
||||
util::config::ClioConfigDefinition const config{
|
||||
{{"cache.limit_load_in_cluster",
|
||||
util::config::ConfigValue{util::config::ConfigType::Boolean}.defaultValue(
|
||||
param.limitLoadInCluster
|
||||
|
||||
Reference in New Issue
Block a user