Skip to content

Commit

Permalink
add EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Dec 5, 2024
1 parent 6fd323c commit 8e9376a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ void JointImpedanceExampleController::updateJointStates() {
#include "pluginlib/class_list_macros.hpp"
// NOLINTNEXTLINE
PLUGINLIB_EXPORT_CLASS(franka_example_controllers::JointImpedanceExampleController,
controller_interface::ControllerInterface)
controller_interface::ControllerInterface)
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ void MoveToStartExampleController::updateJointStates() {
#include "pluginlib/class_list_macros.hpp"
// NOLINTNEXTLINE
PLUGINLIB_EXPORT_CLASS(franka_example_controllers::MoveToStartExampleController,
controller_interface::ControllerInterface)
controller_interface::ControllerInterface)
2 changes: 1 addition & 1 deletion franka_hardware/test/franka_hardware_interface_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,4 @@ TEST(FrankaHardwareInterfaceTest,
int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}

0 comments on commit 8e9376a

Please sign in to comment.