mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Apply clang-tidy modernize-use-equals-default check
This commit is contained in:
@@ -28,13 +28,9 @@ namespace NodeStore {
|
||||
class NullBackend : public Backend
|
||||
{
|
||||
public:
|
||||
NullBackend ()
|
||||
{
|
||||
}
|
||||
NullBackend() = default;
|
||||
|
||||
~NullBackend () override
|
||||
{
|
||||
}
|
||||
~NullBackend() = default;
|
||||
|
||||
std::string
|
||||
getName() override
|
||||
|
||||
Reference in New Issue
Block a user