Appease linter
This commit is contained in:
@@ -21,7 +21,7 @@ export default class Line {
|
||||
start: PIXI.Point,
|
||||
startDirection: Direction,
|
||||
numStations: number,
|
||||
color: tinycolorInstance
|
||||
color: tinycolorInstance,
|
||||
) {
|
||||
this.color = color;
|
||||
this.stations = [];
|
||||
|
||||
@@ -21,7 +21,7 @@ export default class Train {
|
||||
passengers: number,
|
||||
origin: Station,
|
||||
destination: Station,
|
||||
color: tinycolorInstance
|
||||
color: tinycolorInstance,
|
||||
) {
|
||||
this.location = location;
|
||||
this.speed = speed;
|
||||
|
||||
Reference in New Issue
Block a user