style: trailing comma

pull/135/head
Allison Ryan 4 years ago
parent d27c3141a3
commit 51c20d431e

@ -170,8 +170,9 @@ class _SpaceshipExitRailForeground extends SpriteComponent with HasGameRef {
Future<void> onLoad() async { Future<void> onLoad() async {
await super.onLoad(); await super.onLoad();
sprite = await gameRef sprite = await gameRef.loadSprite(
.loadSprite(Assets.images.components.spaceshipDropTubeFront.path); Assets.images.components.spaceshipDropTubeFront.path,
);
} }
} }

Loading…
Cancel
Save