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

Unified Diff: tests/lib/async/catch_errors.dart

Issue 44113003: Fix indentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/catch_errors.dart
diff --git a/tests/lib/async/catch_errors.dart b/tests/lib/async/catch_errors.dart
index b7c5d604ad8bf1c82c07c3f790d95b2f1d398a22..c84c9aadc39558aab6db0084d79f59d147fb39e7 100644
--- a/tests/lib/async/catch_errors.dart
+++ b/tests/lib/async/catch_errors.dart
@@ -46,8 +46,8 @@ runZonedScheduleMicrotask(body(),
};
}
ZoneSpecification specification =
- new ZoneSpecification(handleUncaughtError: errorHandler,
- scheduleMicrotask: asyncHandler);
+ new ZoneSpecification(handleUncaughtError: errorHandler,
+ scheduleMicrotask: asyncHandler);
Zone zone = Zone.current.fork(specification: specification);
if (onError != null) {
return zone.runGuarded(body);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698