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

Unified Diff: tools/dom/src/dart2js_WrappedEvent.dart

Issue 2827793002: Format all files under tools and utils directory. (Closed)
Patch Set: Format all files under tools and utils directory. 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
« no previous file with comments | « tools/dom/src/dart2js_TypedArrayFactoryProvider.dart ('k') | tools/dom/src/dartium_CssClassSet.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/dart2js_WrappedEvent.dart
diff --git a/tools/dom/src/dart2js_WrappedEvent.dart b/tools/dom/src/dart2js_WrappedEvent.dart
index 8508b3ee17de9387d91b96d063c3658f6baecae5..b0f72f0e4e7730056b2c26de098c1936233ab405 100644
--- a/tools/dom/src/dart2js_WrappedEvent.dart
+++ b/tools/dom/src/dart2js_WrappedEvent.dart
@@ -31,10 +31,8 @@ class _WrappedEvent implements Event {
String get type => wrapped.type;
- void _initEvent(String eventTypeArg, bool canBubbleArg,
- bool cancelableArg) {
- throw new UnsupportedError(
- 'Cannot initialize this Event.');
+ void _initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) {
+ throw new UnsupportedError('Cannot initialize this Event.');
}
void preventDefault() {
« no previous file with comments | « tools/dom/src/dart2js_TypedArrayFactoryProvider.dart ('k') | tools/dom/src/dartium_CssClassSet.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698