From 2f2eb8023e0fe1c8bdd5daca2562cbe937cc0317 Mon Sep 17 00:00:00 2001 From: Stefan Fabian Date: Fri, 28 Jun 2024 09:16:51 +0200 Subject: [PATCH] Formatting. --- include/qml_ros2_plugin/action_client.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/qml_ros2_plugin/action_client.hpp b/include/qml_ros2_plugin/action_client.hpp index 36e7b4e..e87afd0 100644 --- a/include/qml_ros2_plugin/action_client.hpp +++ b/include/qml_ros2_plugin/action_client.hpp @@ -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,