Skip to content

Commit eac5fcc

Browse files
committed
fix linter include order
Signed-off-by: Alex Moriarty <[email protected]>
1 parent 825b7d3 commit eac5fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robotiq_driver/src/gripper_interface_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// POSSIBILITY OF SUCH DAMAGE.
2828

2929
#include <iostream>
30-
#include <robotiq_driver/robotiq_gripper_interface.hpp>
3130
#include <thread>
3231

32+
#include <robotiq_driver/robotiq_gripper_interface.hpp>
33+
3334
constexpr auto kComPort = "/dev/ttyUSB0";
3435
constexpr auto kSlaveID = 0x09;
3536

0 commit comments

Comments
 (0)