Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1492)

Unified Diff: sdk/lib/async/zone.dart

Issue 2822303002: Format all files under the sdk/lib directory. (Closed)
Patch Set: reduced_cl Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/async/stream_impl.dart ('k') | sdk/lib/collection/iterable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/zone.dart
diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart
index 7720be97140645f4a81d48a6f3f223efae3b6d1a..1d4e12247e1de14aad9b8b62ff0b7d89716c0f93 100644
--- a/sdk/lib/async/zone.dart
+++ b/sdk/lib/async/zone.dart
@@ -1381,8 +1381,9 @@ class _RootZone extends _Zone {
ZoneUnaryCallback<R, T> registerUnaryCallback<R, T>(R f(T arg)) => f;
- ZoneBinaryCallback<R, T1, T2>
- registerBinaryCallback<R, T1, T2>(R f(T1 arg1, T2 arg2)) => f;
+ ZoneBinaryCallback<R, T1, T2> registerBinaryCallback<R, T1, T2>(
+ R f(T1 arg1, T2 arg2)) =>
+ f;
AsyncError errorCallback(Object error, StackTrace stackTrace) => null;
« no previous file with comments | « sdk/lib/async/stream_impl.dart ('k') | sdk/lib/collection/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698