Skip to content

Commit

Permalink
style: Fix clang-tidy issue (#1571)
Browse files Browse the repository at this point in the history
Fixes #1569. Fixes #1573.
  • Loading branch information
kuznetsss authored Jul 31, 2024
1 parent 9607cff commit fb90fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/rpc/handlers/LedgerEntryTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ TEST_F(RPCLedgerEntryDeathTest, RangeNotAvailable)
{
boost::asio::io_context ctx;
bool checkCalled = false;
spawn(ctx, [&, _ = make_work_guard(ctx)](boost::asio::yield_context yield) {
spawn(ctx, [&, _unused = make_work_guard(ctx)](boost::asio::yield_context yield) {
auto const handler = AnyHandler{LedgerEntryHandler{backend}};
auto const req = json::parse(fmt::format(
R"({{
Expand Down

0 comments on commit fb90fb2

Please sign in to comment.