mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
roll back unrelated clang-tidy changes
This commit is contained in:
@@ -10,7 +10,7 @@ class STArray final : public STBase, public CountedObject<STArray>
|
||||
private:
|
||||
using list_type = std::vector<STObject>;
|
||||
|
||||
list_type v_{};
|
||||
list_type v_;
|
||||
|
||||
public:
|
||||
using value_type = STObject;
|
||||
@@ -74,7 +74,7 @@ public:
|
||||
pushBack(object);
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
// NOLINTNEXTLINE(readability-identifier-naming)
|
||||
push_back(STObject&& object)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user