From b59acfbcdbf28e7e88c9852b21b0c9e9fdf1cd90 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:19:38 -0800 Subject: [PATCH] fix: dart style for 1076 --- lib/components/channel_search_results.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/components/channel_search_results.dart b/lib/components/channel_search_results.dart index 93bba173d..cef9d37e1 100644 --- a/lib/components/channel_search_results.dart +++ b/lib/components/channel_search_results.dart @@ -214,7 +214,8 @@ class _ChannelSearchResultsWidgetState title: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - Text(result.displayName, overflow: TextOverflow.ellipsis), + Text(result.displayName, + overflow: TextOverflow.ellipsis), Text(result.language ?? "??", style: const TextStyle( fontSize: 12,