mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Apply clang-format to NuDBFactory_test.cpp
This commit is contained in:
@@ -92,8 +92,10 @@ private:
|
||||
|
||||
// Helper function to test log messages
|
||||
void
|
||||
testLogMessage(Section const& params, beast::severities::Severity level,
|
||||
std::string const& expectedMessage)
|
||||
testLogMessage(
|
||||
Section const& params,
|
||||
beast::severities::Severity level,
|
||||
std::string const& expectedMessage)
|
||||
{
|
||||
test::StreamSink sink(level);
|
||||
beast::Journal journal(sink);
|
||||
@@ -217,8 +219,10 @@ public:
|
||||
beast::temp_dir tempDir;
|
||||
auto params = createSection(tempDir.path(), "8192");
|
||||
|
||||
testLogMessage(params, beast::severities::kInfo,
|
||||
"Using custom NuDB block size: 8192");
|
||||
testLogMessage(
|
||||
params,
|
||||
beast::severities::kInfo,
|
||||
"Using custom NuDB block size: 8192");
|
||||
}
|
||||
|
||||
// Test invalid block size failure
|
||||
|
||||
Reference in New Issue
Block a user