clang-tidy: modernize-use-equals-default

This commit is contained in:
Peter Johnson
2020-12-28 00:37:33 -08:00
parent b124f9101b
commit 67e03e625d
30 changed files with 51 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
#include "ReplaceMeSubsystem2.h"
ReplaceMeSubsystem2::ReplaceMeSubsystem2() {}
ReplaceMeSubsystem2::ReplaceMeSubsystem2() = default;
// This method will be called once per scheduler run
void ReplaceMeSubsystem2::Periodic() {}