mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
px4_module.h: remove unnecessary ;
This commit is contained in:
@@ -114,7 +114,7 @@ class ModuleBase
|
||||
{
|
||||
public:
|
||||
ModuleBase() = default;
|
||||
virtual ~ModuleBase() {};
|
||||
virtual ~ModuleBase() {}
|
||||
|
||||
/**
|
||||
* @brief main Main entry point to the module that should be
|
||||
|
||||
Reference in New Issue
Block a user