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

Unified Diff: pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart

Issue 2752163002: Format all dart dev compiler files (Closed)
Patch Set: Created 3 years, 9 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: pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart b/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart
index d36339bd521e0ed2cd6dc448290cf3e353a46613..123a5dbb42d811465266eec90fc5b43d204a1fcf 100644
--- a/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart
+++ b/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart
@@ -106,7 +106,7 @@ class Device {
try {
var e = new Event.eventType(eventType, '');
return e is Event;
- } catch (_) { }
+ } catch (_) {}
return false;
}
}

Powered by Google App Engine
This is Rietveld 408576698