Skip to content

Commit

Permalink
Add newline and remove line.
Browse files Browse the repository at this point in the history
  • Loading branch information
VillePihlava committed Sep 3, 2024
1 parent f0f2270 commit 7292d80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,6 @@ public interface GraphQLVehicleRentalNetwork {
public DataFetcher<String> url();
}


/** Vehicle rental station represents a location where users can rent bicycles etc. for a fee. */
public interface GraphQLVehicleRentalStation {
public DataFetcher<Boolean> allowDropoff();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4361,4 +4361,4 @@ input WheelchairPreferencesInput {
that the itineraries are wheelchair accessible as there can be data issues.
"""
enabled: Boolean
}
}

0 comments on commit 7292d80

Please sign in to comment.