mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Fix formatting
This commit is contained in:
@@ -30,7 +30,8 @@ struct TypedLedgerEntries_test : public beast::unit_test::suite
|
||||
{
|
||||
testcase("testAccessSTArrayProxy");
|
||||
STArray innerArray;
|
||||
STArrayProxy<InnerObjectType<SFieldNames::field_sfSignerEntry>> array{&innerArray};
|
||||
STArrayProxy<InnerObjectType<SFieldNames::field_sfSignerEntry>> array{
|
||||
&innerArray};
|
||||
|
||||
BEAST_EXPECT(array.empty());
|
||||
auto item = array.createItem();
|
||||
|
||||
Reference in New Issue
Block a user