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 a1a384a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -117,7 +117,7 @@ void EntityContextMenu::OnCurrentlyTrackedSub(const msgs::CameraTrack &_msg)
this->dataPtr->followingTarget = false;
this->FollowingTargetChanged();
}

return;
}

Expand Down

0 comments on commit a1a384a

Please sign in to comment.