diff --git a/packages/pinball_components/sandbox/lib/common/games.dart b/packages/pinball_components/sandbox/lib/common/games.dart index 4b7791e8..e930c14f 100644 --- a/packages/pinball_components/sandbox/lib/common/games.dart +++ b/packages/pinball_components/sandbox/lib/common/games.dart @@ -65,9 +65,7 @@ class _PreviewLine extends PositionComponent with HasGameRef { if (lineEnd != null) { canvas.drawLine( - Vector2.zero().toOffset(), - lineEnd!.toOffset(), - _previewLinePaint); + Vector2.zero().toOffset(), lineEnd!.toOffset(), _previewLinePaint); } } }