From b44f0d0547f37e228651915fccc1538428e15f52 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Thu, 10 Mar 2022 19:23:31 -0300 Subject: [PATCH] fix: rebase --- lib/game/pinball_game.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/game/pinball_game.dart b/lib/game/pinball_game.dart index 62ed24dc..2ae945b2 100644 --- a/lib/game/pinball_game.dart +++ b/lib/game/pinball_game.dart @@ -107,8 +107,7 @@ class PinballGame extends Forge2DGame } class DebugPinballGame extends PinballGame with TapDetector { - - DebugPinballGame({ required PinballTheme theme}) : super(theme: theme); + DebugPinballGame({required PinballTheme theme}) : super(theme: theme); @override void onTapUp(TapUpInfo info) {