Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Mar 18, 2023
1 parent 1a94534 commit 98860c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/launch/Plugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace ignition
class Plugin
{
// Default destructor
public: virtual ~Plugin() {};
public: virtual ~Plugin() {}

/// \brief Load function that each launch plugin must implement.
/// \param[in] _elem Pointer to the XML for this plugin.
Expand Down

0 comments on commit 98860c9

Please sign in to comment.