Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Aug 9, 2024
1 parent ed44a1e commit 77ed29c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/utils/animation_provider.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'package:animated_reorderable_list/animated_reorderable_list.dart';


class AnimationProvider {
static AnimationEffect buildAnimation(AnimationType animationType) {
switch (animationType) {
Expand Down Expand Up @@ -34,4 +33,4 @@ class AnimationProvider {
return SlideInDown();
}
}
}
}

0 comments on commit 77ed29c

Please sign in to comment.