Skip to content

Commit

Permalink
fix: dart style for 1076 (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored Nov 6, 2023
1 parent d195b92 commit aa30332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/channel_search_results.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aa30332

Please sign in to comment.