From 1f6c3790484765fc446274b4bd5cee179dcab93d Mon Sep 17 00:00:00 2001 From: Leandro Borges Ferreira Date: Sun, 26 Feb 2023 19:05:46 +0100 Subject: [PATCH] Format comment --- .../lib/src/message_widget/reactions/reactions_align.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart b/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart index 7f5f4cff..e4e1ad48 100644 --- a/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart +++ b/packages/stream_chat_flutter/lib/src/message_widget/reactions/reactions_align.dart @@ -29,7 +29,7 @@ double calculateReactionsHorizontalAlignment( var divFactor = 0.5; // When in portrait, attachments normally take 75% of the screen, when in - // landscape, attachments normally take 50% of the screen. + // landscape, attachments normally take 50% of the screen. if (isAttachment) { if (orientation == Orientation.portrait) { divFactor = 0.75;