Skip to content

Commit 07f4b85

Browse files
authored
Update l10n.dart (#504)
1 parent fc0e3da commit 07f4b85

File tree

1 file changed

+2
-2
lines changed
  • packages/firebase_ui_localizations/lib/src

1 file changed

+2
-2
lines changed

packages/firebase_ui_localizations/lib/src/l10n.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class FirebaseUILocalizations<T extends FirebaseUILocalizationLabels> {
4747

4848
/// Localization delegate that could be provided to the
4949
/// [MaterialApp.localizationsDelegates].
50-
static FirebaseUILocalizationDelegate delegate =
51-
const FirebaseUILocalizationDelegate();
50+
static const FirebaseUILocalizationDelegate delegate =
51+
FirebaseUILocalizationDelegate();
5252

5353
/// Should be used to override labels provided by the library.
5454
///

0 commit comments

Comments
 (0)