Skip to content

Commit 515fefa

Browse files
committed
msglist [nfc]: Remove unnecessary whitespace
1 parent 7285325 commit 515fefa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,7 @@ class MarkAsReadWidget extends StatelessWidget {
526526
),
527527
onPressed: () => _handlePress(context),
528528
icon: const Icon(Icons.playlist_add_check),
529-
label: Text(zulipLocalizations.markAllAsReadLabel))))),
530-
);
529+
label: Text(zulipLocalizations.markAllAsReadLabel))))));
531530
}
532531
}
533532

0 commit comments

Comments
 (0)