mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
fix clang-tidy issues
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user