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