mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
style: clang-tidy auto fixes (#2411)
This commit is contained in:
committed by
GitHub
parent
4aa2ca94de
commit
c83be63b9c
@@ -92,7 +92,7 @@ benchmarkConcurrentFileLogging(benchmark::State& state)
|
||||
threads.emplace_back([threadNum, messagesPerThread, &barrier]() {
|
||||
barrier.arrive_and_wait();
|
||||
|
||||
Logger threadLogger("Thread_" + std::to_string(threadNum));
|
||||
Logger const threadLogger("Thread_" + std::to_string(threadNum));
|
||||
|
||||
for (size_t messageNum = 0; messageNum < messagesPerThread; ++messageNum) {
|
||||
LOG(threadLogger.info()) << "Test log message #" << messageNum;
|
||||
|
||||
Reference in New Issue
Block a user