mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
roll back unrelated clang-tidy changes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace xrpl {
|
||||
|
||||
class STVector256 : public STBase, public CountedObject<STVector256>
|
||||
{
|
||||
std::vector<uint256> value_{};
|
||||
std::vector<uint256> value_;
|
||||
|
||||
public:
|
||||
using value_type = std::vector<uint256> const&;
|
||||
|
||||
Reference in New Issue
Block a user