Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 88a501a

Browse files
committed
Fix
1 parent 3041dbe commit 88a501a

File tree

1 file changed

+2
-3
lines changed
  • gazebo_ros2_control/include/gazebo_ros2_control

1 file changed

+2
-3
lines changed

gazebo_ros2_control/include/gazebo_ros2_control/node.hh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private:
101101

102102
private:
103103
google::protobuf::Message * msg;
104-
}
104+
};
105105
/// \endcond
106106

107107
/// \addtogroup gazebo_transport
@@ -602,8 +602,7 @@ private:
602602

603603
private:
604604
bool initialized;
605-
}
606-
/// \}
605+
};
607606
}
608607
}
609608
#endif

0 commit comments

Comments
 (0)