mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 16:45:51 +00:00
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:
committed by
GitHub
parent
1463b0e3e5
commit
e380214496
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user