Skip to content

Commit c16219d

Browse files
committed
msg_list [nfc]: Remove unnecessary whitespace
1 parent 0399af6 commit c16219d

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
@@ -505,8 +505,7 @@ class MarkAsReadWidget extends StatelessWidget {
505505
),
506506
onPressed: () => _handlePress(context),
507507
icon: const Icon(Icons.playlist_add_check),
508-
label: Text(zulipLocalizations.markAllAsReadLabel))))),
509-
);
508+
label: Text(zulipLocalizations.markAllAsReadLabel))))));
510509
}
511510
}
512511

0 commit comments

Comments
 (0)