Skip to content

Commit

Permalink
Update pkgs/sketch_pad/lib/l10n/en.g.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Jan 5, 2024
1 parent ba00e09 commit dc42857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sketch_pad/lib/l10n/en.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Messages {
}

void loadAllLocales() {
for (var locale in knownLocales) {
for (final locale in knownLocales) {
loadLocale(locale);
}
}
Expand Down

0 comments on commit dc42857

Please sign in to comment.