Skip to content

Commit

Permalink
fix: add comments
Browse files Browse the repository at this point in the history
issue: #137
  • Loading branch information
CodeBear801 committed Feb 3, 2020
1 parent 4b79d3b commit fbf89d0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions integration/pkg/api/osrm/table/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "",
Expand Down

0 comments on commit fbf89d0

Please sign in to comment.