[fold] clang-format

This commit is contained in:
Denis Angell
2024-11-11 21:31:26 +01:00
parent 8c00fd10d1
commit d33ee9605e
2 changed files with 2 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ SHAMapStoreImp::run()
return;
// Only log if we completed without a "health" abort
JLOG(journal_.debug()) << "copied ledger " << validatedSeq
<< " nodecount " << nodeCount;
<< " nodecount " << nodeCount;
JLOG(journal_.debug()) << "freshening caches";
freshenCaches();

View File

@@ -359,8 +359,7 @@ public:
boost::beast::iequals(
get(section(SECTION_RELATIONAL_DB), "backend"), "memdb")) ||
(!section("node_db").empty() &&
(boost::beast::iequals(
get(section("node_db"), "type"), "memdb") ||
(boost::beast::iequals(get(section("node_db"), "type"), "memdb") ||
boost::beast::iequals(
get(section("node_db"), "type"), "flatmap")));
// RHNOTE: memory type is not selected for here because it breaks