From ab1b65846dcc39cecee75e558fd7e60e8edf79b8 Mon Sep 17 00:00:00 2001 From: Sacha Arbonel Date: Mon, 2 Aug 2021 10:19:38 -0400 Subject: [PATCH] apply review: add column --- .../lib/src/stream_chat_localizations.dart | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart index d388059d..a6a66b93 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations.dart @@ -21,7 +21,13 @@ part 'stream_chat_localizations_hi.dart'; /// See also: /// /// * [getStreamChatTranslation], whose documentation describes these values. -const kStreamChatSupportedLanguages = {'en', 'hi', 'fr', 'it', 'es'}; +const kStreamChatSupportedLanguages = { + 'en', + 'hi', + 'fr', + 'it', + 'es', +}; /// Creates a [GlobalStreamChatLocalizations] instance for the given `locale`. ///