Skip to content

Commit 48e994a

Browse files
committed
Remove unnecessary braces in string interpolation
1 parent 008196a commit 48e994a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/view/puzzle/storm_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ class _ComboState extends ConsumerState<_Combo> with SingleTickerProviderStateMi
659659
)
660660
: null,
661661
child: Text(
662-
'${level} s',
662+
'$level s',
663663
style: TextStyle(
664664
color: isCurrentLevel ? ColorScheme.of(context).onSecondary : null,
665665
),

0 commit comments

Comments
 (0)