Skip to content

Commit 1ab7b46

Browse files
lycstarCasey Hillers
andauthored
async.dart file reformat. (flutter#122521)
Co-authored-by: Casey Hillers <chillers@google.com>
1 parent 1541dd3 commit 1ab7b46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,12 +637,11 @@ class _FutureBuilderState<T> extends State<FutureBuilder<T>> {
637637
});
638638
}
639639
assert(() {
640-
if(FutureBuilder.debugRethrowError) {
640+
if (FutureBuilder.debugRethrowError) {
641641
Future<Object>.error(error, stackTrace);
642642
}
643643
return true;
644644
}());
645-
646645
});
647646
// An implementation like `SynchronousFuture` may have already called the
648647
// .then closure. Do not overwrite it in that case.

0 commit comments

Comments
 (0)