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

Unified Diff: tests/html/events_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/events_test.dart
diff --git a/tests/html/events_test.dart b/tests/html/events_test.dart
index 9d09bf6b97744a9f5ed14ca064d4d3e14e5f3f2c..4d9712c5d426262c4a2057c85a2865a3c1a04e01 100644
--- a/tests/html/events_test.dart
+++ b/tests/html/events_test.dart
@@ -76,7 +76,7 @@ main() {
// The logic for html events which ensures identical handlers are added only
// once is therefor muted by the wrapped handlers.
// Hence, we get different behavior depending on the current zone.
- if(Zone.current == Zone.ROOT) {
+ if (Zone.current == Zone.ROOT) {
expect(invocationCounter, 1);
} else {
expect(invocationCounter, 2);

Powered by Google App Engine
This is Rietveld 408576698