File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
app_configuration/widgets Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ class _AdPlatformConfigFormState extends State<AdPlatformConfigForm> {
299299 ),
300300 ],
301301 ),
302- const SizedBox (height: AppSpacing .lg),
302+ const SizedBox (height: AppSpacing .lg),
303303 ],
304304 );
305305 }
Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ class _RequestCodeView extends StatelessWidget {
145145 top: AppSpacing .lg,
146146 ),
147147 child: Text (
148- l10n.demoEmailHint ('admin@example.com | publisher@example.com' ),
148+ l10n.demoEmailHint (
149+ 'admin@example.com | publisher@example.com' ,
150+ ),
149151 style: textTheme.bodyMedium? .copyWith (
150152 color: colorScheme.secondary,
151153 fontWeight: FontWeight .bold,
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ GoRouter createRouter({
117117 })
118118 .whereType <String >()
119119 .toList ();
120-
120+
121121 // Check if the destination path starts with any of the authorized base
122122 // paths, or if it's the universally accessible settings page.
123123 final isAuthorized =
You can’t perform that action at this time.
0 commit comments