Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f5e2edd

Browse files
committed
Analyzer
1 parent 097bd51 commit f5e2edd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/ui/hooks.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ void _updateLocales(List<String> locales) {
9999
@pragma('vm:entry-point')
100100
// ignore: unused_element
101101
void _updatePlatformResolvedLocale(List<String> localeData) {
102-
if (localeData.length != 4) return;
102+
if (localeData.length != 4) {
103+
return;
104+
}
103105
final String countryCode = localeData[1];
104106
final String scriptCode = localeData[2];
105107

0 commit comments

Comments
 (0)