File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ import 'app_localizations_en.dart';
6262/// property.
6363abstract class AppLocalizations {
6464 AppLocalizations (String locale)
65- : localeName = intl.Intl .canonicalizedLocale (locale.toString ());
65+ : localeName = intl.Intl .canonicalizedLocale (locale.toString ());
6666
6767 final String localeName;
6868
@@ -85,11 +85,11 @@ abstract class AppLocalizations {
8585 /// of delegates is preferred or required.
8686 static const List <LocalizationsDelegate <dynamic >> localizationsDelegates =
8787 < LocalizationsDelegate <dynamic >> [
88- delegate,
89- GlobalMaterialLocalizations .delegate,
90- GlobalCupertinoLocalizations .delegate,
91- GlobalWidgetsLocalizations .delegate,
92- ];
88+ delegate,
89+ GlobalMaterialLocalizations .delegate,
90+ GlobalCupertinoLocalizations .delegate,
91+ GlobalWidgetsLocalizations .delegate,
92+ ];
9393
9494 /// A list of this localizations delegate's supported locales.
9595 static const List <Locale > supportedLocales = < Locale > [Locale ('en' )];
You can’t perform that action at this time.
0 commit comments