Browse Source

Fixed minor formatting issue

Neeraj Gupta 4 years ago
parent
commit
8c08908860
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/ui/settings/account_section_widget.dart

+ 2 - 2
lib/ui/settings/account_section_widget.dart

@@ -97,8 +97,8 @@ class AccountSectionWidgetState extends State<AccountSectionWidget> {
                       ),
                       ),
                     ),
                     ),
                     onPressed: () async {
                     onPressed: () async {
-                       Navigator.of(context, rootNavigator: true).pop('dialog');
-                       await UserService.instance.logout(context);
+                      Navigator.of(context, rootNavigator: true).pop('dialog');
+                      await UserService.instance.logout(context);
                     },
                     },
                   ),
                   ),
                 ],
                 ],