From 4026af175ba8af08021a63ce5d30f67b93f5658b Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 10 Apr 2026 14:13:55 +0900 Subject: [PATCH] format --- src/test/rpc/AccountObjects_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rpc/AccountObjects_test.cpp b/src/test/rpc/AccountObjects_test.cpp index fb2f404358..1aea128954 100644 --- a/src/test/rpc/AccountObjects_test.cpp +++ b/src/test/rpc/AccountObjects_test.cpp @@ -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));