refactor: added missing white space

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/32/head^2
Alejandro Santiago 4 years ago committed by GitHub
parent 5455c07f42
commit 5802448ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,7 @@ void main() {
group('children', () { group('children', () {
bool Function(Component) flipperSelector(BoardSide side) => bool Function(Component) flipperSelector(BoardSide side) =>
(component) => component is Flipper && component.side == side; (component) => component is Flipper && component.side == side;
flameTester.test( flameTester.test(
'has only one left Flipper', 'has only one left Flipper',
(game) async { (game) async {

Loading…
Cancel
Save