From 5cce9831fe7d4bb7961edaa3336bc53080772ec6 Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Thu, 7 Apr 2022 12:33:12 -0500 Subject: [PATCH] style: add space in comment --- lib/game/components/board.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();