mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
[CI] clang-tidy auto fixes (#1241)
Fixes #1240. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ee8a9f5ed0
commit
1842f26826
@@ -26,9 +26,7 @@
|
|||||||
|
|
||||||
#include <boost/asio/io_context.hpp>
|
#include <boost/asio/io_context.hpp>
|
||||||
|
|
||||||
#include <chrono>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <optional>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ public:
|
|||||||
);
|
);
|
||||||
|
|
||||||
bool
|
bool
|
||||||
contains(std::string const& method) const override;
|
contains(std::string const& command) const override;
|
||||||
|
|
||||||
std::optional<AnyHandler>
|
std::optional<AnyHandler>
|
||||||
getHandler(std::string const& command) const override;
|
getHandler(std::string const& command) const override;
|
||||||
|
|||||||
Reference in New Issue
Block a user