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

Unified Diff: tools/dom/src/dartium_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
Index: tools/dom/src/dartium_WrappedEvent.dart
diff --git a/tools/dom/src/dartium_WrappedEvent.dart b/tools/dom/src/dartium_WrappedEvent.dart
index a4e0ace767910038d7ee7c7a627b1dc162c28c24..133adb57b15b3db687f7b50fba733c8f7292d0b8 100644
--- a/tools/dom/src/dartium_WrappedEvent.dart
+++ b/tools/dom/src/dartium_WrappedEvent.dart
@@ -37,10 +37,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() {

Powered by Google App Engine
This is Rietveld 408576698