style: clang-tidy auto fixes (#2360)

Fixes #2359. Please review and commit clang-tidy fixes.

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-24 10:49:05 +01:00
committed by GitHub
parent 1463b0e3e5
commit e380214496
3 changed files with 9 additions and 5 deletions

View File

@@ -19,6 +19,8 @@
#include "util/LoggerFixtures.hpp"
#include "util/log/Logger.hpp"
#include <boost/log/core/core.hpp>
#include <boost/log/expressions/predicates/channel_severity_filter.hpp>
#include <boost/log/keywords/format.hpp>
@@ -26,6 +28,9 @@
#include <boost/log/utility/setup/console.hpp>
#include <boost/log/utility/setup/formatter_parser.hpp>
#include <algorithm>
#include <mutex>
LoggerFixture::LoggerFixture()
{
static std::once_flag kONCE;