diff --git a/lib/game/components/controlled_ball.dart b/lib/game/components/controlled_ball.dart index ba6cf066..e76aabe1 100644 --- a/lib/game/components/controlled_ball.dart +++ b/lib/game/components/controlled_ball.dart @@ -8,8 +8,8 @@ import 'package:pinball_theme/pinball_theme.dart'; /// {@template controlled_ball} /// A [Ball] with a [BallController] attached. /// -/// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is not over, -/// a new [Ball] will be spawned. +/// When a [Ball] is lost, if there aren't more [Ball]s in play and the game is +/// not over, a new [Ball] will be spawned. /// {@endtemplate} class ControlledBall extends Ball with Controls { /// A [Ball] that launches from the [Plunger].