From aa3033223312c2e01e9348f1e1040a9d3333a581 Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:23:24 -0800 Subject: [PATCH] fix: dart style for 1076 (#1108) --- 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,