From 984cfdd917c9615c4fc2691df7059cf3c314b488 Mon Sep 17 00:00:00 2001 From: RuiAlonso Date: Mon, 14 Mar 2022 16:41:06 +0100 Subject: [PATCH] chore: fixed formatting --- lib/game/components/jetpack_ramp.dart | 2 +- test/game/components/crossing_ramp_test.dart | 2 +- test/game/components/jetpack_ramp_test.dart | 2 +- test/game/components/sparky_ramp_test.dart | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/game/components/jetpack_ramp.dart b/lib/game/components/jetpack_ramp.dart index 96f48131..879e1208 100644 --- a/lib/game/components/jetpack_ramp.dart +++ b/lib/game/components/jetpack_ramp.dart @@ -14,7 +14,7 @@ class JetpackRamp extends PositionComponent with HasGameRef { /// {@macro jetpack_ramp} JetpackRamp({ required Vector2 position, - }) : _position = position; + }) : _position = position; final double _radius = 200; final double _width = 80; diff --git a/test/game/components/crossing_ramp_test.dart b/test/game/components/crossing_ramp_test.dart index c8c86bab..224b4ade 100644 --- a/test/game/components/crossing_ramp_test.dart +++ b/test/game/components/crossing_ramp_test.dart @@ -129,7 +129,7 @@ void main() { } }, ); - + flameTester.test( 'is sensor', (game) async { diff --git a/test/game/components/jetpack_ramp_test.dart b/test/game/components/jetpack_ramp_test.dart index f56e75af..e6256b4c 100644 --- a/test/game/components/jetpack_ramp_test.dart +++ b/test/game/components/jetpack_ramp_test.dart @@ -170,7 +170,7 @@ void main() { } }, ); - + flameTester.test( 'is sensor', (game) async { diff --git a/test/game/components/sparky_ramp_test.dart b/test/game/components/sparky_ramp_test.dart index e9547fa7..88fac578 100644 --- a/test/game/components/sparky_ramp_test.dart +++ b/test/game/components/sparky_ramp_test.dart @@ -170,7 +170,7 @@ void main() { } }, ); - + flameTester.test( 'is sensor', (game) async {