Skip to content

Commit

Permalink
fix(path-details): output columns in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncfit authored Apr 2, 2024
1 parent 953757c commit 7f5aef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public String[] detailsWithGtfsIds (TransitLayer transitLayer, CsvResultOptions
routeJoiner.toString(),
boardStopJoiner.toString(),
alightStopJoiner.toString(),
feedJoiner.toString(),
rideTimeJoiner.toString(),
feedJoiner.toString(),
accessTime,
egressTime
};
Expand Down

0 comments on commit 7f5aef9

Please sign in to comment.