Fix formatting

This commit is contained in:
JCW
2025-07-11 11:10:59 +01:00
parent 4f295d4856
commit a25f2ee9dd
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,8 @@ struct TypedLedgerEntries_test : public beast::unit_test::suite
{ {
testcase("testAccessSTArrayProxy"); testcase("testAccessSTArrayProxy");
STArray innerArray; STArray innerArray;
STArrayProxy<InnerObjectType<SFieldNames::field_sfSignerEntry>> array{&innerArray}; STArrayProxy<InnerObjectType<SFieldNames::field_sfSignerEntry>> array{
&innerArray};
BEAST_EXPECT(array.empty()); BEAST_EXPECT(array.empty());
auto item = array.createItem(); auto item = array.createItem();