Skip to content

Commit

Permalink
formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Oct 9, 2024
1 parent bbcf720 commit 01486aa
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,12 @@ private void loadPathwayDetailsFeature(GtfsFeedContainer feedContainer) {
List.of((Function<GtfsPathway, Boolean>) GtfsPathway::hasStairCount)));
}


private void loadPathwayConnectionsFeature(GtfsFeedContainer feedContainer) {
specFeatures.put(
new FeatureMetadata("Pathway Connections", "Pathways"),
hasAtLeastOneRecordInFile(feedContainer, GtfsPathway.FILENAME));
new FeatureMetadata("Pathway Connections", "Pathways"),
hasAtLeastOneRecordInFile(feedContainer, GtfsPathway.FILENAME));
}


private void loadTraversalTimeFeature(GtfsFeedContainer feedContainer) {
specFeatures.put(
new FeatureMetadata("In-station Traversal Time", "Pathways"),
Expand Down

0 comments on commit 01486aa

Please sign in to comment.