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

Unified Diff: tests/language/syncstar_yieldstar_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/language/syncstar_yieldstar_test.dart
diff --git a/tests/language/syncstar_yieldstar_test.dart b/tests/language/syncstar_yieldstar_test.dart
index 9da39365d2fc174fc7cc4f3f1929dd82bc1224b9..0566aa51af7e8dfd4db2fac81b50d708cb63510c 100644
--- a/tests/language/syncstar_yieldstar_test.dart
+++ b/tests/language/syncstar_yieldstar_test.dart
@@ -20,6 +20,6 @@ foo() sync* {
yield* bar();
}
-main () async {
+main() async {
Expect.listEquals([1, 2, 3, null, 1, 1, 2, 3, 5], foo().take(9).toList());
-}
+}

Powered by Google App Engine
This is Rietveld 408576698