Skip to content

Commit c21dd53

Browse files
committed
fix copy paste issue
1 parent b18e04b commit c21dd53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

osi_object.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ message StationaryObject
6060
// The dominating color of the material of the structure.
6161
//
6262
optional Color color = 4;
63-
63+
6464
// The IDs of the lanes that the object is assigned to.
6565
//
6666
// \note Might be multiple if the object streches over multiple lanes.
@@ -76,7 +76,6 @@ message StationaryObject
7676
// \note OSI uses singular instead of plural for repeated field names.
7777
//
7878
repeated double assigned_lane_percentage = 6;
79-
}
8079

8180
// Definition of object types.
8281
//

0 commit comments

Comments
 (0)