From 37cfc2eac4d6ed5d76a651029ab85bc3ab965e3f Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Mon, 2 Jan 2023 15:44:14 +0000 Subject: [PATCH] perf: fix my silly syntax errors --- test/plugin/mock/MockAsrEventHandlerInterface.cpp | 4 ++-- ...lerInterface.cpp => MockEuroScopeCControllerInterface.cpp} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename test/plugin/mock/{MockEuroscopeCControllerInterface.cpp => MockEuroScopeCControllerInterface.cpp} (100%) diff --git a/test/plugin/mock/MockAsrEventHandlerInterface.cpp b/test/plugin/mock/MockAsrEventHandlerInterface.cpp index 618721b65..b5fd70323 100644 --- a/test/plugin/mock/MockAsrEventHandlerInterface.cpp +++ b/test/plugin/mock/MockAsrEventHandlerInterface.cpp @@ -1,4 +1,4 @@ #include "MockAsrEventHandlerInterface.h" -namespace UKControllerPluginTest::RadarScreen::MockAsrEventHandlerInterface::MockAsrEventHandlerInterface() = default; -namespace UKControllerPluginTest::RadarScreen::MockAsrEventHandlerInterface::~MockAsrEventHandlerInterface() = default; +UKControllerPluginTest::RadarScreen::MockAsrEventHandlerInterface::MockAsrEventHandlerInterface() = default; +UKControllerPluginTest::RadarScreen::MockAsrEventHandlerInterface::~MockAsrEventHandlerInterface() = default; diff --git a/test/plugin/mock/MockEuroscopeCControllerInterface.cpp b/test/plugin/mock/MockEuroScopeCControllerInterface.cpp similarity index 100% rename from test/plugin/mock/MockEuroscopeCControllerInterface.cpp rename to test/plugin/mock/MockEuroScopeCControllerInterface.cpp