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

Unified Diff: tests/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/html/typing_test.dart
diff --git a/tests/html/typing_test.dart b/tests/html/typing_test.dart
index 68ba294af47eb1784b54dcb2422a67964c0310ab..570723e7a9642b88c2b1147e442f58e6e1fa3ac7 100644
--- a/tests/html/typing_test.dart
+++ b/tests/html/typing_test.dart
@@ -1,4 +1,5 @@
library TypingTest;
+
import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
import 'dart:html';
@@ -18,7 +19,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