Skip to content

Commit d1b9969

Browse files
committed
refactor: Reformat code
1 parent b0621bd commit d1b9969

File tree

1 file changed

+1
-1
lines changed
  • application/src/main/java/org/opentripplanner/gtfs/graphbuilder

1 file changed

+1
-1
lines changed

application/src/main/java/org/opentripplanner/gtfs/graphbuilder/GtfsBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void close() {
109109
}
110110
}
111111

112-
public String feedInfo() {
112+
public String feedInfo() {
113113
return "GTFS bundle at " + dataSource.path() + " (" + getFeedId() + ")";
114114
}
115115
}

0 commit comments

Comments
 (0)