Skip to content

Commit 584973f

Browse files
committed
CHG: pre-commit errors
1 parent 97b1381 commit 584973f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

robotiq_hande_driver/include/communication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Communication{
112112
*/
113113
void clear_output_bytes() {
114114
memset(output_bytes_, 0, sizeof(output_bytes_));
115-
};
115+
};
116116

117117
/**
118118
* @brief Retrieves the input byte value at the specified index.

robotiq_hande_driver/include/protocol_logic.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class ProtocolLogic{
283283
ActionStatus action_status_;
284284
GripperStatus gripper_status_;
285285
ObjectDetectionStatus object_detection_status_;
286-
286+
287287
/* Fault */
288288
uint8_t fault_status_;
289289

0 commit comments

Comments
 (0)