chore: formatting

pull/416/head
RuiAlonso 3 years ago
parent 10128ee4cc
commit 2b3c17cbc7

@ -77,7 +77,8 @@ void main() {
lightState: ArrowLightState.active3, lightState: ArrowLightState.active3,
), ),
act: (bloc) => bloc.onReset(), act: (bloc) => bloc.onReset(),
expect: () => [SpaceshipRampState.initial(), expect: () => [
SpaceshipRampState.initial(),
], ],
); );
}); });

Loading…
Cancel
Save