Skip to content

Commit ca4ac81

Browse files
committed
style: format
1 parent 157be29 commit ca4ac81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/router/router.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ GoRouter createRouter({
9898
builder: (BuildContext context, GoRouterState state) {
9999
final l10n = context.l10n;
100100
const headline = 'Sign In to Dashboard';
101-
const subHeadline =
102-
'Enter your email to get a verification code.';
101+
const subHeadline = 'Enter your email to get a verification code.';
103102
const showAnonymousButton = false;
104103

105104
return BlocProvider(

0 commit comments

Comments
 (0)