Skip to content

Commit

Permalink
Merge branch 'co2' of github.com:HSLdevcom/OpenTripPlanner into co2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Nov 6, 2023
2 parents 0f331e9 + aa5f235 commit 95e5532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public String toString() {
.addNum("elevationGained", elevationGained, 0.0)
.addCol("legs", legs)
.addObj("fare", fare)
.addObj("emissions", emissionsPerPerson)
.addObj("emissionsPerPerson", emissionsPerPerson)
.toString();
}

Expand Down

0 comments on commit 95e5532

Please sign in to comment.