Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sharhio committed Nov 14, 2023
1 parent f3906fa commit b7a1bd5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

public class EmissionsModuleTest {

private final ResourceLoader RES = ResourceLoader.of(
EmissionsModuleTest.class
);
private final ResourceLoader RES = ResourceLoader.of(EmissionsModuleTest.class);
private final File CO2_GTFS_ZIP = RES.file("emissions-test-gtfs.zip");
private final File CO2_GTFS = RES.file("emissions-test-gtfs/");
private final String CONFIG_PATH = "standalone/config/" + OtpFileNames.BUILD_CONFIG_FILENAME;
Expand Down

0 comments on commit b7a1bd5

Please sign in to comment.