Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Jun 28, 2024
1 parent e926ade commit 2f2eb80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/qml_ros2_plugin/action_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ private slots:

void checkServerReady();

void invokeGoalResponseCallback(
QJSValue callback, ros_babel_fish::BabelFishActionClient::GoalHandle::SharedPtr handle );
void
invokeGoalResponseCallback( QJSValue callback,
ros_babel_fish::BabelFishActionClient::GoalHandle::SharedPtr handle );

void invokeFeedbackCallback( QJSValue callback,
ros_babel_fish::BabelFishActionClient::GoalHandle::SharedPtr handle,
Expand Down

0 comments on commit 2f2eb80

Please sign in to comment.