Skip to content

Commit

Permalink
Merge pull request #1746 from myConsciousness/myConsciousness-patch-1
Browse files Browse the repository at this point in the history
refactor
  • Loading branch information
myConsciousness committed Sep 19, 2024
2 parents 4c71635 + 8af051a commit bc22ddc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/generate_lexicon_ids.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ void main() {

for (final lexicon in entry.value) {
for (final field in fields) {
if (!field.value.startsWith(lexicon)) {
continue;
}
if (!field.value.startsWith(lexicon)) continue;

ids
..writeln()
Expand Down

0 comments on commit bc22ddc

Please sign in to comment.