style: clang-tidy auto fixes (#2999)

This commit is contained in:
github-actions[bot]
2026-03-10 10:11:29 +00:00
committed by GitHub
parent 2b8a7b95e4
commit 4f0a983195
3 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -19,6 +19,8 @@
#include "data/LedgerCacheLoadingState.hpp"
#include "data/LedgerCacheInterface.hpp"
#include <memory>
namespace data {

View File

@@ -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