Removing empty line

This commit is contained in:
Leandro Borges Ferreira
2023-02-15 19:26:00 +01:00
parent 9cafabc023
commit b9f150ae40
@@ -227,7 +227,7 @@ class StreamChannelListTile extends StatelessWidget {
(lastMessage.user?.id != currentUser.id)) {
return const Offstage();
}
final hasNonUrlAttachments = lastMessage.attachments
.where((it) => it.titleLink == null || it.type == 'giphy')
.isNotEmpty;