Skip to content

Commit

Permalink
fix: dart style for 1076
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop committed Nov 6, 2023
1 parent d195b92 commit b59acfb
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 b59acfb

Please sign in to comment.