Skip to content
Snippets Groups Projects
Commit f2f9a7aa authored by Beat Küng's avatar Beat Küng
Browse files

px4_module.h: remove unnecessary ;

parent d418a09e
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class ModuleBase
{
public:
ModuleBase() = default;
virtual ~ModuleBase() {};
virtual ~ModuleBase() {}
/**
* @brief main Main entry point to the module that should be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment