From fbf89d049fc7ef426a78d0ed6079cc922ece11b3 Mon Sep 17 00:00:00 2001 From: CoderBear801 Date: Tue, 21 Jan 2020 11:27:44 -0800 Subject: [PATCH] fix: add comments issue: https://github.com/Telenav/osrm-backend/issues/137 --- integration/pkg/api/osrm/table/request.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/integration/pkg/api/osrm/table/request.go b/integration/pkg/api/osrm/table/request.go index 2d61611fdf1..5cafc2a47cf 100644 --- a/integration/pkg/api/osrm/table/request.go +++ b/integration/pkg/api/osrm/table/request.go @@ -32,10 +32,12 @@ func NewRequest() *Request { return &Request{ // Path - Service: "table", - Version: "v1", - Profile: "driving", - Coordinates: coordinate.Coordinates{}, + Service: "table", + Version: "v1", + Profile: "driving", + Coordinates: coordinate.Coordinates{}, + + // Options Sources: genericoptions.Elements{}, Destinations: genericoptions.Elements{}, Annotations: "",