fix format

This commit is contained in:
Salvatore Giordano
2021-08-19 11:43:25 +02:00
parent 57e9552248
commit 819abd091e
2 changed files with 3 additions and 4 deletions
@@ -340,10 +340,10 @@ class StreamChatLocalizationsHi extends GlobalStreamChatLocalizations {
String get sendLabel => 'भेजें';
@override
String get withText => 'विद';//TODO: break?
String get withText => 'विद'; //TODO: break?
@override
String get inText => 'इन';//TODO: break?
String get inText => 'इन'; //TODO: break?
@override
String get youText => 'आप';
@@ -85,8 +85,7 @@ class StreamChatLocalizationsJa extends GlobalStreamChatLocalizations {
String get emptyChatMessagesText => 'チャットがありませんが。。。';
@override
String threadSeparatorText(int replyCount)=> '$replyCount件の返信';
String threadSeparatorText(int replyCount) => '$replyCount件の返信';
@override
String get connectedLabel => '接続しています';