Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti committed May 10, 2024
1 parent 2e51e0a commit 4c5879e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/plugins/modules/EntityContextMenu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ namespace gz::sim
/// \brief Private data class for EntityContextMenu
class EntityContextMenuPrivate
{

/// \brief Protects variable changed through services.
public: std::mutex mutex;

/// \brief Gazebo communication node.
public: transport::Node node;

Expand Down

0 comments on commit 4c5879e

Please sign in to comment.