From ec4d276cc844ab78438516ddb30e44effe8a7bbb Mon Sep 17 00:00:00 2001 From: Nutcake Date: Sat, 11 Nov 2023 11:03:14 +0100 Subject: [PATCH] Fix code formatting This project uses 120 character line width instead of the default 80. Make sure to change your IDE preferences to auto-format lines to 120 character. --- lib/widgets/messages/message_text.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/widgets/messages/message_text.dart b/lib/widgets/messages/message_text.dart index f9d7bcd..5587505 100644 --- a/lib/widgets/messages/message_text.dart +++ b/lib/widgets/messages/message_text.dart @@ -49,10 +49,7 @@ class MessageText extends StatelessWidget { message.formattedContent, softWrap: true, maxLines: null, - style: Theme.of(context) - .textTheme - .bodyLarge - ?.copyWith(color: foregroundColor), + style: Theme.of(context).textTheme.bodyLarge?.copyWith(color: foregroundColor), ), ), Row(