Skip to content

Commit 144b840

Browse files
committed
make CI format happier
1 parent acd4cda commit 144b840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cartesian_vic_controller/src/cartesian_vic_rule.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ CartesianVicRule::configure(
8080
dynamics_ = std::unique_ptr<dynamics_interface::DynamicsInterface>(
8181
dynamics_loader_->createUnmanagedInstance(parameters_.dynamics.plugin_name));
8282
if (!dynamics_->initialize(
83-
robot_description, parameters_interface, "dynamics")) {
83+
robot_description, parameters_interface, "dynamics"))
84+
{
8485
return controller_interface::return_type::ERROR;
8586
}
8687
} catch (pluginlib::PluginlibException & ex) {

0 commit comments

Comments
 (0)