Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-molinski committed Oct 1, 2024
1 parent 2cf1dc0 commit 3373970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class SeedPhrasesSequencer extends StatelessWidget {
}

void _selectWord(String word) {
final words = [...selectedWords]..add(word);
final words = [...selectedWords, word];

onChanged(words);
}
Expand Down

0 comments on commit 3373970

Please sign in to comment.