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

Unified Diff: tools/dom/src/KeyName.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/KeyLocation.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/dom/src/KeyLocation.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698