mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -44,8 +44,7 @@ struct get_peer_json
|
||||
|
||||
Json::Value json;
|
||||
|
||||
get_peer_json ()
|
||||
{ }
|
||||
get_peer_json() = default;
|
||||
|
||||
void operator() (std::shared_ptr<Peer> const& peer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user