Skip to content

Commit 77ed29c

Browse files
committed
Fix lint error
1 parent ed44a1e commit 77ed29c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/lib/utils/animation_provider.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import 'package:animated_reorderable_list/animated_reorderable_list.dart';
22

3-
43
class AnimationProvider {
54
static AnimationEffect buildAnimation(AnimationType animationType) {
65
switch (animationType) {
@@ -34,4 +33,4 @@ class AnimationProvider {
3433
return SlideInDown();
3534
}
3635
}
37-
}
36+
}

0 commit comments

Comments
 (0)