[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:
github-actions[bot]
2024-03-06 10:09:07 +00:00
committed by GitHub
parent ee8a9f5ed0
commit 1842f26826
2 changed files with 1 additions and 3 deletions

View File

@@ -26,9 +26,7 @@
#include <boost/asio/io_context.hpp>
#include <chrono>
#include <memory>
#include <optional>
#include <string>
#include <utility>

View File

@@ -63,7 +63,7 @@ public:
);
bool
contains(std::string const& method) const override;
contains(std::string const& command) const override;
std::optional<AnyHandler>
getHandler(std::string const& command) const override;