Skip to content

Commit

Permalink
Fix analysis warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jogboms committed Nov 20, 2023
1 parent 10955d5 commit fb33402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wave_spinner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class _SpinKitWaveSpinnerState extends State<SpinKitWaveSpinner> with SingleTick
constraints: BoxConstraints.tight(childMaxSize),
child: widget.child,
),
)
),
],
),
);
Expand Down

0 comments on commit fb33402

Please sign in to comment.