Skip to content

Commit 4f8570c

Browse files
committed
chore: melos format
1 parent 9b67e44 commit 4f8570c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/stream_chat_flutter/lib/src/theme/poll_creator_theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ class StreamPollCreatorThemeData with Diagnosticable {
286286
a.switchListTileErrorStyle, b.switchListTileErrorStyle, t),
287287
switchListTileBorderRadius: BorderRadius.lerp(
288288
a.switchListTileBorderRadius, b.switchListTileBorderRadius, t),
289-
actionDialogTitleStyle: TextStyle.lerp(
290-
a.actionDialogTitleStyle, b.actionDialogTitleStyle, t),
289+
actionDialogTitleStyle:
290+
TextStyle.lerp(a.actionDialogTitleStyle, b.actionDialogTitleStyle, t),
291291
actionDialogContentStyle: TextStyle.lerp(
292292
a.actionDialogContentStyle, b.actionDialogContentStyle, t),
293293
);

packages/stream_chat_localizations/lib/src/stream_chat_localizations_ja.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ class StreamChatLocalizationsJa extends GlobalStreamChatLocalizations {
543543
String get deletePollOptionLabel => 'オプションを削除しますか?';
544544

545545
@override
546-
String get deletePollOptionQuestion =>
547-
'このオプションを削除してもよろしいですか?';
546+
String get deletePollOptionQuestion => 'このオプションを削除してもよろしいですか?';
548547

549548
@override
550549
String get createLabel => '作成';

packages/stream_chat_localizations/lib/src/stream_chat_localizations_ko.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ class StreamChatLocalizationsKo extends GlobalStreamChatLocalizations {
544544
String get deletePollOptionLabel => '옵션을 삭제하시겠습니까?';
545545

546546
@override
547-
String get deletePollOptionQuestion =>
548-
'이 옵션을 삭제하시겠습니까?';
547+
String get deletePollOptionQuestion => '이 옵션을 삭제하시겠습니까?';
549548

550549
@override
551550
String get createLabel => '생성';

0 commit comments

Comments
 (0)