Skip to content

Commit f556b8d

Browse files
committed
msglist [nfc]: _MessageListState whitespace adjusted for list entries
1 parent 4e93fe9 commit f556b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/message_list.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ class _MessageListState extends State<MessageList> {
198198
right: 0,
199199
child: ScrollToBottomButton(
200200
scrollController: scrollController,
201-
visibleValue: _scrollToBottomVisibleValue))])))))));
201+
visibleValue: _scrollToBottomVisibleValue)),
202+
])))))));
202203
}
203204

204205
Widget _buildListView(context) {

0 commit comments

Comments
 (0)