Skip to content

Commit a24104b

Browse files
committed
msglist [nfc]: Remove unnecessary whitespace
1 parent 1815326 commit a24104b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/widgets/message_list.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@ class MarkAsReadWidget extends StatelessWidget {
525525
),
526526
onPressed: () => _handlePress(context),
527527
icon: const Icon(Icons.playlist_add_check),
528-
label: Text(zulipLocalizations.markAllAsReadLabel))))),
529-
);
528+
label: Text(zulipLocalizations.markAllAsReadLabel))))));
530529
}
531530
}
532531

0 commit comments

Comments
 (0)