chore: run dartfmt on changed files

This commit is contained in:
groovinchip
2021-07-30 13:44:53 -04:00
parent 6765854132
commit 019bd5d5da
3 changed files with 13 additions and 9 deletions
@@ -249,7 +249,8 @@ class ChannelPreview extends StatelessWidget {
lastMessage.mentionedUsers,
lastMessage.attachments,
chatThemeData.channelPreviewTheme.subtitleStyle?.copyWith(
color: chatThemeData.channelPreviewTheme.subtitleStyle?.color,
color:
chatThemeData.channelPreviewTheme.subtitleStyle?.color,
fontStyle: (lastMessage.isSystem || lastMessage.isDeleted)
? FontStyle.italic
: FontStyle.normal),