clang-tidy

This commit is contained in:
tequ
2026-04-10 05:51:22 +09:00
parent 4d2945323d
commit 831f99862d
6 changed files with 48 additions and 38 deletions

View File

@@ -915,7 +915,7 @@ public:
env.close();
// Find the sponsorship.
for (auto acct : {alice, gw})
for (const auto& acct : {alice, gw})
{
Json::Value const resp = acctObjs(acct, jss::sponsorship);
BEAST_EXPECT(acctObjsIsSize(resp, 1));