mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 15:10:34 +00:00
chore: Enable most readability checks (#7772)
This commit is contained in:
@@ -710,7 +710,7 @@ STObject::getFieldNumber(SField const& field) const
|
||||
void
|
||||
STObject::set(std::unique_ptr<STBase> v)
|
||||
{
|
||||
set(std::move(*v.get()));
|
||||
set(std::move(*v));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user