Index: tools/dom/src/KeyName.dart |
diff --git a/tools/dom/src/KeyName.dart b/tools/dom/src/KeyName.dart |
index 907614743a71c1cff40ecbfa5b90f6302f7bb562..094d57ebb0d3fa2b978edfdb4b72ca972743f229 100644 |
--- a/tools/dom/src/KeyName.dart |
+++ b/tools/dom/src/KeyName.dart |
@@ -10,7 +10,6 @@ part of html; |
* unicode mapping. |
*/ |
abstract class _KeyName { |
- |
/** The Accept (Commit, OK) key */ |
static const String ACCEPT = "Accept"; |
@@ -117,7 +116,7 @@ abstract class _KeyName { |
static const String ENTER = "Enter"; |
/** The Erase EOF key */ |
- static const String ERASE_EOF= "EraseEof"; |
+ static const String ERASE_EOF = "EraseEof"; |
/** The Execute key */ |
static const String EXECUTE = "Execute"; |
@@ -485,7 +484,7 @@ abstract class _KeyName { |
* The Combining Katakana-Hiragana Semi-Voiced Sound Mark (Dead Semivoiced |
* Sound) key |
*/ |
- static const String DEC_SEMIVOICED_SOUND= "DeadSemivoicedSound"; |
+ static const String DEC_SEMIVOICED_SOUND = "DeadSemivoicedSound"; |
/** |
* Key value used when an implementation is unable to identify another key |