Skip to content

Commit

Permalink
Remove optional in front of repeated field
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff committed Jul 31, 2024
1 parent 21c5c9c commit c0d26eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osi_sensorview.proto
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,5 @@ message HitPoint
//
// Hit points that are subsequently hit by the ray, e.g. by transmission or reflection.
//
optional repeated HitPoint subsequent_hit_point = 6;
repeated HitPoint subsequent_hit_point = 6;
}

0 comments on commit c0d26eb

Please sign in to comment.