Skip to content

Commit 73c1583

Browse files
committed
[chore] analyzee format issues
1 parent ae7141b commit 73c1583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter/lib/src/widgets/overscroll_indicator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ class _StretchingOverscrollIndicatorState extends State<StretchingOverscrollIndi
750750
case AxisDirection.up:
751751
return overscroll > 0
752752
? AlignmentDirectional.topCenter
753-
: AlignmentDirectional.bottomCenter;
753+
: AlignmentDirectional.bottomCenter;
754754
case AxisDirection.right:
755755
return overscroll > 0
756756
? Alignment.centerRight

packages/flutter/test/widgets/overscroll_stretch_indicator_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ void main() {
1717
GlobalKey box3Key,
1818
ScrollController controller, {
1919
Axis axis = Axis.vertical,
20-
bool reverse = false,
20+
bool reverse = false,
2121
TextDirection textDirection = TextDirection.ltr,
2222
}) {
2323
final AxisDirection axisDirection;

0 commit comments

Comments
 (0)