mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-13 23:55:50 +00:00
Fix formatting
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user