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

Unified Diff: tests/lib_strong/html/typing_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_strong/html/typing_test.dart
diff --git a/tests/lib_strong/html/typing_test.dart b/tests/lib_strong/html/typing_test.dart
index 144ab8f3e5d68a934db98b07f2018bd16b675db9..fec0ecf0869c00dd512ebed5df95ea4572936322 100644
--- a/tests/lib_strong/html/typing_test.dart
+++ b/tests/lib_strong/html/typing_test.dart
@@ -15,7 +15,9 @@ main() {
}
expect(counter, 1);
counter = 0;
- window.document.queryAll('body').forEach((e) { counter++; });
+ window.document.queryAll('body').forEach((e) {
+ counter++;
+ });
expect(counter, 1);
});

Powered by Google App Engine
This is Rietveld 408576698