Skip to content

Commit 6efae19

Browse files
committed
style: format
1 parent a60e33b commit 6efae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared/extensions/app_user_role_ui.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extension AppUserRoleUI on AppUserRole {
1515
if (isPremium) {
1616
return Tooltip(
1717
message: l10n.premiumUserTooltip,
18-
child: Icon(Icons.star, color: Colors.amber, size: 16),
18+
child: const Icon(Icons.star, color: Colors.amber, size: 16),
1919
);
2020
}
2121
return null;

0 commit comments

Comments
 (0)