From 18cd5086cedff73fab0e90e9b1fd109350eb500c Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Sat, 30 Nov 2024 16:20:42 +1100 Subject: [PATCH] clang again --- src/ripple/core/impl/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/core/impl/Config.cpp b/src/ripple/core/impl/Config.cpp index 025dd51dd..2f32ec241 100644 --- a/src/ripple/core/impl/Config.cpp +++ b/src/ripple/core/impl/Config.cpp @@ -509,7 +509,7 @@ Config::loadFromString(std::string const& fileContents) if (getSingleSection(secConfig, SECTION_DATAGRAM_MONITOR, strTemp, j_)) { - std::vector vecTemp {strTemp}; + std::vector vecTemp{strTemp}; replaceColons(vecTemp); DATAGRAM_MONITOR = vecTemp[0]; }