Skip to content

Commit ba5bae4

Browse files
Google APIscopybara-github
authored andcommitted
docs: Minor formatting
PiperOrigin-RevId: 557516220
1 parent 73a522a commit ba5bae4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

google/cloud/optimization/v1/fleet_routing.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,10 +2300,12 @@ message AggregatedMetrics {
23002300
google.protobuf.Duration visit_duration = 6;
23012301

23022302
// The total duration should be equal to the sum of all durations above.
2303-
// For routes, it also corresponds to
2303+
// For routes, it also corresponds to:
2304+
// ```
23042305
// [ShipmentRoute.vehicle_end_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_end_time]
23052306
// -
2306-
// [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time].
2307+
// [ShipmentRoute.vehicle_start_time][google.cloud.optimization.v1.ShipmentRoute.vehicle_start_time]
2308+
// ```
23072309
google.protobuf.Duration total_duration = 7;
23082310

23092311
// Total travel distance for a route or a solution.

0 commit comments

Comments
 (0)