mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
[fold] clang-format
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user