Skip to content

Commit 199a0d4

Browse files
committed
clang/cpplint include " vs <
With < clang-format will re-order When re-ordered cpplint complains Signed-off-by: Alex Moriarty <[email protected]>
1 parent eac5fcc commit 199a0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_driver/src/gripper_interface_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <iostream>
3030
#include <thread>
3131

32-
#include <robotiq_driver/robotiq_gripper_interface.hpp>
32+
#include "robotiq_driver/robotiq_gripper_interface.hpp"
3333

3434
constexpr auto kComPort = "/dev/ttyUSB0";
3535
constexpr auto kSlaveID = 0x09;

0 commit comments

Comments
 (0)