Skip to content

Commit 795135a

Browse files
committed
style: format
1 parent 1f1274d commit 795135a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/app_configuration/widgets/ad_platform_config_form.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

lib/authentication/view/request_code_page.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

lib/router/router.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)