Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 15, 2024
1 parent 1301e57 commit b088f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/opentripplanner/client/model/Stop.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

import java.util.Optional;

public record Stop(String name, String gtfsId, Optional<String> code) {
}
public record Stop(String name, String gtfsId, Optional<String> code) {}

0 comments on commit b088f61

Please sign in to comment.