Skip to content

Commit a26a01a

Browse files
sachinkum0009destogl
authored andcommitted
fix: standardize end-of-file formatting in control_msgs
1 parent 92a3d47 commit a26a01a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

control_msgs/action/Gripper.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ bool open
33
bool success
44
string message
55
---
6-
uint8 state
6+
uint8 state

control_msgs/action/SetGripperConfig.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ string config_name
33
bool result
44
string status
55
---
6-
uint8 state
6+
uint8 state
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bool state
1+
bool state

control_msgs/srv/SetConfig.srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
string config_name
22
---
33
bool result
4-
string status
4+
string status

0 commit comments

Comments
 (0)