refactor: improve code readability according to linter

This commit is contained in:
Pun Butrach
2023-07-10 19:45:50 +07:00
parent 6a45db8a38
commit 567b1a3ace
4 changed files with 17 additions and 11 deletions

View File

@ -131,7 +131,8 @@ class _PatchItemState extends State<PatchItem> {
.areExperimentalPatchesEnabled()) {
widget.isSelected = false;
widget.toast.showBottom(
'patchItem.unsupportedPatchVersion');
'patchItem.unsupportedPatchVersion',
);
} else {
widget.isSelected = newValue!;
}