mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -68,9 +68,7 @@ public:
|
||||
" path='" << mPath << "'";
|
||||
}
|
||||
|
||||
~RPCSubImp () override
|
||||
{
|
||||
}
|
||||
~RPCSubImp() = default;
|
||||
|
||||
void send (Json::Value const& jvObj, bool broadcast) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user