Skip to content

Commit b3b01fc

Browse files
authored
[compat] Remove additional spaces (#180)
* [compat] Twist: remove additional spaces between type and name * [compat] Temperature: remove spaces from start of lines
1 parent 2c044a2 commit b3b01fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

geometry_msgs/msg/Twist.msg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This expresses velocity in free space broken into its linear and angular parts.
2-
Vector3 linear
3-
Vector3 angular
2+
Vector3 linear
3+
Vector3 angular

sensor_msgs/msg/Temperature.msg

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Single temperature reading.
1+
# Single temperature reading.
22

3-
Header header # timestamp is the time the temperature was measured
3+
Header header # timestamp is the time the temperature was measured
44
# frame_id is the location of the temperature reading
55

6-
float64 temperature # Measurement of the Temperature in Degrees Celsius
6+
float64 temperature # Measurement of the Temperature in Degrees Celsius
77

8-
float64 variance # 0 is interpreted as variance unknown
8+
float64 variance # 0 is interpreted as variance unknown

0 commit comments

Comments
 (0)