Skip to content

Commit e471749

Browse files
committed
Fix formatting
1 parent 3641947 commit e471749

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ur_robot_driver/include/ur_robot_driver/dashboard_client_ros.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ class DashboardClientROS
108108
}
109109

110110
template <class SrvResponseT>
111-
urcl::DashboardResponse dashboardCallWithChecks(std::function<urcl::DashboardResponse()> dashboard_call, SrvResponseT resp)
111+
urcl::DashboardResponse dashboardCallWithChecks(std::function<urcl::DashboardResponse()> dashboard_call,
112+
SrvResponseT resp)
112113
{
113114
urcl::DashboardResponse dashboard_response;
114115
try {

0 commit comments

Comments
 (0)