mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-03 17:05:50 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -492,9 +492,7 @@ LedgerCleaner::LedgerCleaner (Stoppable& parent)
|
||||
{
|
||||
}
|
||||
|
||||
LedgerCleaner::~LedgerCleaner ()
|
||||
{
|
||||
}
|
||||
LedgerCleaner::~LedgerCleaner() = default;
|
||||
|
||||
std::unique_ptr<LedgerCleaner>
|
||||
make_LedgerCleaner (Application& app,
|
||||
|
||||
Reference in New Issue
Block a user