mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
format
This commit is contained in:
@@ -915,7 +915,7 @@ public:
|
||||
env.close();
|
||||
|
||||
// Find the sponsorship.
|
||||
for (const auto& acct : {alice, gw})
|
||||
for (auto const& acct : {alice, gw})
|
||||
{
|
||||
Json::Value const resp = acctObjs(acct, jss::sponsorship);
|
||||
BEAST_EXPECT(acctObjsIsSize(resp, 1));
|
||||
|
||||
Reference in New Issue
Block a user