mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
Fix formatting
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
return *array_;
|
||||
}
|
||||
|
||||
template <typename ...TArgs>
|
||||
template <typename... TArgs>
|
||||
ProxyType
|
||||
createItem(TArgs&&... args)
|
||||
{
|
||||
|
||||
@@ -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