Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Petukhov <[email protected]>
  • Loading branch information
bbpetukhov committed Dec 5, 2024
1 parent e565543 commit dd1a0a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,6 @@ static void test15_timestampSearchTest()
}
}


static void test16_summaryWithQueueDetailsTest()
// ------------------------------------------------------------------------
// OUTPUT SUMMARY TEST
Expand All @@ -1364,7 +1363,8 @@ static void test16_summaryWithQueueDetailsTest()
// JournalFileProcessor::process()
// ------------------------------------------------------------------------
{
bmqtst::TestHelper::printTestName("OUTPUT SUMMARY WITH QUEUE DETAILS TEST");
bmqtst::TestHelper::printTestName(
"OUTPUT SUMMARY WITH QUEUE DETAILS TEST");

// Simulate journal file
const size_t k_NUM_RECORDS = 15;
Expand All @@ -1380,7 +1380,7 @@ static void test16_summaryWithQueueDetailsTest()
CommandLineArguments(bmqtst::TestHelperUtil::allocator()),
bmqtst::TestHelperUtil::allocator());

params.d_summary = true;
params.d_summary = true;
params.d_minRecordsPerQueue = 0;

// Prepare file manager
Expand Down

0 comments on commit dd1a0a7

Please sign in to comment.