Skip to content

Commit f1fa5e6

Browse files
committed
emoji [nfc]: Linebreak nit
1 parent e9fccdf commit f1fa5e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/widgets/emoji_reaction.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ class ReactionChip extends StatelessWidget {
178178
color: labelColor,
179179
).merge(weightVariableTextStyle(context,
180180
wght: selfVoted ? 600 : null)),
181-
label),
182-
)),
181+
label))),
183182
]);
184183
})))));
185184
}

0 commit comments

Comments
 (0)