From 4adad0b7c67a5d3f6aaaefe9db3d2cee29347d09 Mon Sep 17 00:00:00 2001 From: Isaac Obella Date: Mon, 10 Oct 2022 17:45:30 +0300 Subject: [PATCH] fix: Format issues --- lib/presentation/auth/widgets/verified.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/presentation/auth/widgets/verified.dart b/lib/presentation/auth/widgets/verified.dart index 16a3019b..67bf55a2 100644 --- a/lib/presentation/auth/widgets/verified.dart +++ b/lib/presentation/auth/widgets/verified.dart @@ -80,13 +80,11 @@ class VerifiedPage extends StatelessWidget { ), const SizedBox(height: 40), PillButton( - onTap: () => - context.replace(AppPage.home.toPath), + onTap: () => context.replace(AppPage.home.toPath), text: 'Go to CrowdActions', ), TextButton( - onPressed: () => - context.replace(AppPage.home.toPath), + onPressed: () => context.replace(AppPage.home.toPath), child: const Text( 'Show me all CrowdActions', style: TextStyle(