chore: fixed formatting

pull/40/head
RuiAlonso 4 years ago
parent beda44b19c
commit 984cfdd917

@ -14,7 +14,7 @@ class JetpackRamp extends PositionComponent with HasGameRef<PinballGame> {
/// {@macro jetpack_ramp} /// {@macro jetpack_ramp}
JetpackRamp({ JetpackRamp({
required Vector2 position, required Vector2 position,
}) : _position = position; }) : _position = position;
final double _radius = 200; final double _radius = 200;
final double _width = 80; final double _width = 80;

@ -129,7 +129,7 @@ void main() {
} }
}, },
); );
flameTester.test( flameTester.test(
'is sensor', 'is sensor',
(game) async { (game) async {

@ -170,7 +170,7 @@ void main() {
} }
}, },
); );
flameTester.test( flameTester.test(
'is sensor', 'is sensor',
(game) async { (game) async {

@ -170,7 +170,7 @@ void main() {
} }
}, },
); );
flameTester.test( flameTester.test(
'is sensor', 'is sensor',
(game) async { (game) async {

Loading…
Cancel
Save