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); |
}); |