Unverified Commit 1ab7b461 authored by Cc's avatar Cc Committed by GitHub

async.dart file reformat. (#122521)

Co-authored-by: 's avatarCasey Hillers <chillers@google.com>
parent 1541dd3f
......@@ -637,12 +637,11 @@ class _FutureBuilderState<T> extends State<FutureBuilder<T>> {
});
}
assert(() {
if(FutureBuilder.debugRethrowError) {
if (FutureBuilder.debugRethrowError) {
Future<Object>.error(error, stackTrace);
}
return true;
}());
});
// An implementation like `SynchronousFuture` may have already called the
// .then closure. Do not overwrite it in that case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment