diff --git a/src/ripple/core/Config.h b/src/ripple/core/Config.h index 852ec3968..a98d6d9aa 100644 --- a/src/ripple/core/Config.h +++ b/src/ripple/core/Config.h @@ -363,7 +363,8 @@ public: get(section("node_db"), "type"), "memory") || boost::beast::iequals( get(section("node_db"), "type"), "flatmap"))); - // RHNOTE: testmemory type is not selected for here because it breaks tests + // RHNOTE: testmemory type is not selected for here because it breaks + // tests return isMem; }