mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
clang-tidy: modernize-use-equals-default
This commit is contained in:
@@ -889,7 +889,7 @@ PlotProvider::PlotProvider(const wpi::Twine& iniName)
|
||||
m_plotSaver{iniName, this, false},
|
||||
m_seriesSaver{iniName + "Series", this, true} {}
|
||||
|
||||
PlotProvider::~PlotProvider() {}
|
||||
PlotProvider::~PlotProvider() = default;
|
||||
|
||||
void PlotProvider::GlobalInit() {
|
||||
WindowManager::GlobalInit();
|
||||
|
||||
Reference in New Issue
Block a user