Skip to content

Commit 48a8b84

Browse files
committed
Make pub's static analyzer happy
1 parent 86777c7 commit 48a8b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fa_duotone_icon.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FaDuotoneIcon extends StatelessWidget {
4444
this.primaryColor,
4545
this.secondaryColor,
4646
this.semanticLabel,
47-
}) : super(key: key);
47+
}) : super(key: key);
4848

4949
@override
5050
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)