fix clang-tidy issues

This commit is contained in:
Mayukha Vadari
2026-07-15 12:14:46 -04:00
parent 7d213f2238
commit c27ae3c7d4
2 changed files with 1 additions and 2 deletions

View File

@@ -6538,7 +6538,7 @@ public:
env(pay(gw, alice, usd(500)));
env.close();
AMM amm(env, alice, XRP(100), usd(100));
AMM const amm(env, alice, XRP(100), usd(100));
// rogue is never funded; it only supplies a real signing keypair.
Account const rogue("rogue");

View File

@@ -5,7 +5,6 @@
#include <test/jtx/WSClient.h>
#include <test/jtx/amount.h>
#include <test/jtx/balance.h>
#include <test/jtx/check.h>
#include <test/jtx/delegate.h>
#include <test/jtx/envconfig.h>
#include <test/jtx/fee.h>