Skip to content

Commit d3ca228

Browse files
committed
style: format
1 parent c079d36 commit d3ca228

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/account/view/account_page.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ class AccountPage extends StatelessWidget {
5050
)
5151
else
5252
IconButton(
53-
icon: const Icon(
54-
Icons.logout,
55-
), // Non-directional icon for logout
53+
icon: const Icon(Icons.logout), // Non-directional icon for logout
5654
tooltip: l10n.accountSignOutTile,
5755
onPressed: () =>
5856
context.read<AppBloc>().add(const AppLogoutRequested()),

0 commit comments

Comments
 (0)