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

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

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files 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
Index: tests/lib/async/intercept_schedule_microtask2_test.dart
diff --git a/tests/lib/async/intercept_schedule_microtask2_test.dart b/tests/lib/async/intercept_schedule_microtask2_test.dart
index 221ee6c47bffa3c21d982984737047b8dfd72520..8e991c01a0de244b1508eed0bfcb76e6767fd9ac 100644
--- a/tests/lib/async/intercept_schedule_microtask2_test.dart
+++ b/tests/lib/async/intercept_schedule_microtask2_test.dart
@@ -27,6 +27,6 @@ main() {
var result = runZonedScheduleMicrotask(body, onScheduleMicrotask: handler);
// No need for a ReceivePort: If the runZonedScheduleMicrotask disbehaved we
// would have an [events] list that is different from what we expect.
- Expect.listEquals(["body entry", "handler", "run async body", "handler done"],
- events);
+ Expect.listEquals(
+ ["body entry", "handler", "run async body", "handler done"], events);
}

Powered by Google App Engine
This is Rietveld 408576698