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

Unified Diff: chrome/browser/resources/chromeos/chromevox/testing/snippets.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 years, 6 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: chrome/browser/resources/chromeos/chromevox/testing/snippets.js
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/snippets.js b/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
index 63b38ada2e12f7ff86e547bf78e8c6ed6a77b3e6..4e0de6210459110c57ee51fb209b254c5e22c1dd 100644
--- a/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
+++ b/chrome/browser/resources/chromeos/chromevox/testing/snippets.js
@@ -6,16 +6,18 @@
* @fileoverview Contains html snippets shared by multiple tests.
*/
-function toolbarDoc() {/*!
- <div tabindex=0 role="toolbar">
- <button>Back</button>
- <button>Forward</button>
- </div>
-*/}
+function toolbarDoc() { /*!
+ <div tabindex=0 role="toolbar">
+ <button>Back</button>
+ <button>Forward</button>
+ </div>
+ */
+}
-function headingDoc() {/*!
- <h1>World</h1>
- <p>Canada</p>
- <h2>United States</h2>
- <a href="whitehouse.gov">White House</a>
-*/}
+function headingDoc() { /*!
+ <h1>World</h1>
+ <p>Canada</p>
+ <h2>United States</h2>
+ <a href="whitehouse.gov">White House</a>
+ */
+}

Powered by Google App Engine
This is Rietveld 408576698