mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-05 08:48:13 +00:00
style: clang-tidy auto fixes (#1994)
Fixes #1993. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2c1a90a20d
commit
99adb31184
@@ -21,15 +21,11 @@
|
||||
#include "util/TimeUtils.hpp"
|
||||
|
||||
#include <boost/json/object.hpp>
|
||||
#include <boost/json/parse.hpp>
|
||||
#include <boost/json/serialize.hpp>
|
||||
#include <boost/json/value.hpp>
|
||||
#include <boost/json/value_from.hpp>
|
||||
#include <boost/json/value_to.hpp>
|
||||
#include <boost/uuid/random_generator.hpp>
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <boost/uuid/uuid_generators.hpp>
|
||||
#include <gmock/gmock.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <chrono>
|
||||
|
||||
@@ -64,7 +64,7 @@ struct ClusterCommunicationServiceTest : util::prometheus::WithPrometheus, MockB
|
||||
void
|
||||
notify()
|
||||
{
|
||||
std::unique_lock lock{mtx};
|
||||
std::unique_lock const lock{mtx};
|
||||
cv.notify_one();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user