Apply suggestions from code review

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/24/head
Erick 4 years ago committed by GitHub
parent 03769460e1
commit a1c4e148da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,9 +44,7 @@ class GameBloc extends Bloc<GameEvent, GameState> {
);
} else {
emit(
state.copyWith(
activatedBonusLetters: newBonusLetters,
),
state.copyWith(activatedBonusLetters: newBonusLetters),
);
}
}

Loading…
Cancel
Save