Skip to content

Commit 4c5879e

Browse files
committed
Fix linting.
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
1 parent 2e51e0a commit 4c5879e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/plugins/modules/EntityContextMenu.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ namespace gz::sim
3737
/// \brief Private data class for EntityContextMenu
3838
class EntityContextMenuPrivate
3939
{
40-
40+
4141
/// \brief Protects variable changed through services.
4242
public: std::mutex mutex;
43-
43+
4444
/// \brief Gazebo communication node.
4545
public: transport::Node node;
4646

0 commit comments

Comments
 (0)