diff --git a/lib/game/components/board.dart b/lib/game/components/board.dart index 0f839725..41581cc3 100644 --- a/lib/game/components/board.dart +++ b/lib/game/components/board.dart @@ -13,7 +13,7 @@ class Board extends Component { @override Future onLoad() async { // TODO(allisonryan0002): add bottom group and flutter forest to pinball - //game directly. Then remove board. + // game directly. Then remove board. final bottomGroup = _BottomGroup(); final flutterForest = FlutterForest();