Skip to content

Commit

Permalink
satisfy checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Mar 13, 2024
1 parent 5600b48 commit 9c88b31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/matsim/run/policies/RunCarFreeLarge.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
import org.matsim.application.MATSimApplication;
import org.matsim.run.LeipzigScenario;

public class RunCarFreeLarge {
/**
* Main class to run the Leipzig car free scenario.
*/
public final class RunCarFreeLarge {

private RunCarFreeLarge() {
}
Expand Down

0 comments on commit 9c88b31

Please sign in to comment.