Skip to content

Commit

Permalink
perf: fix my silly syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Jan 2, 2023
1 parent 0f7621f commit 37cfc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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;

0 comments on commit 37cfc2e

Please sign in to comment.