style: remove whitespace and add comma

pull/224/head
Allison Ryan 3 years ago
parent fbf880ecd2
commit 2cad52145f

@ -20,6 +20,8 @@ class DinoDesert extends Blueprint {
BoardDimensions.bounds.center.dy - 10,
),
],
blueprints: [DinoWalls()],
blueprints: [
DinoWalls(),
],
);
}

@ -18,9 +18,7 @@ class Drain extends BodyComponent {
BoardDimensions.bounds.bottomLeft.toVector2(),
BoardDimensions.bounds.bottomRight.toVector2(),
);
final fixtureDef = FixtureDef(shape, isSensor: true);
final bodyDef = BodyDef(userData: this);
return world.createBody(bodyDef)..createFixture(fixtureDef);

Loading…
Cancel
Save