mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -24,7 +24,7 @@ STAccount::STAccount(SField const& n) : STBase(n), value_(beast::zero), default_
|
||||
{
|
||||
}
|
||||
|
||||
STAccount::STAccount(SField const& n, Buffer&& v) : STAccount(n)
|
||||
STAccount::STAccount(SField const& n, Buffer const& v) : STAccount(n)
|
||||
{
|
||||
if (v.empty())
|
||||
return; // Zero is a valid size for a defaulted STAccount.
|
||||
|
||||
Reference in New Issue
Block a user