mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 04:05:51 +00:00
[CI] clang-tidy auto fixes (#1457)
Fixes #1456. 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
49b80c7ad8
commit
a6d21c1a02
@@ -37,7 +37,7 @@
|
||||
namespace rpc {
|
||||
|
||||
FeatureHandler::Result
|
||||
FeatureHandler::process([[maybe_unused]] FeatureHandler::Input input, [[maybe_unused]] Context const& ctx) const
|
||||
FeatureHandler::process([[maybe_unused]] FeatureHandler::Input input, [[maybe_unused]] Context const& ctx)
|
||||
{
|
||||
// For now this handler only fires when "vetoed" is set in the request.
|
||||
// This always leads to a `notSupported` error as we don't want anyone to be able to
|
||||
|
||||
Reference in New Issue
Block a user