mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 11:15:50 +00:00
style: clang-tidy auto fixes (#1685)
Fixes #1684. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b761fffa2d
commit
02a75356fb
@@ -31,7 +31,6 @@
|
||||
#include <boost/beast/http/error.hpp>
|
||||
#include <boost/beast/http/message.hpp>
|
||||
#include <boost/beast/http/message_generator.hpp>
|
||||
#include <boost/beast/http/read.hpp>
|
||||
#include <boost/beast/http/string_body.hpp>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
@@ -2960,7 +2960,7 @@ TEST_F(RPCLedgerEntryDeathTest, RangeNotAvailable)
|
||||
));
|
||||
checkCalled = true;
|
||||
EXPECT_DEATH(
|
||||
{ [[maybe_unused]] auto __ = handler.process(req, Context{yield}); }, "Ledger range must be available"
|
||||
{ [[maybe_unused]] auto _ = handler.process(req, Context{yield}); }, "Ledger range must be available"
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user