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

Unified Diff: chrome/browser/resources/chromeos/switch_access/prefs.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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/switch_access/prefs.js
diff --git a/chrome/browser/resources/chromeos/switch_access/prefs.js b/chrome/browser/resources/chromeos/switch_access/prefs.js
index 15ae9dd93f15c24e56ad68428bb157850a4b1504..6dbfda6b9454f848dd55059ed8cec0a6a69b8cbb 100644
--- a/chrome/browser/resources/chromeos/switch_access/prefs.js
+++ b/chrome/browser/resources/chromeos/switch_access/prefs.js
@@ -131,8 +131,5 @@ SwitchAccessPrefs.prototype = {
*
* @const
*/
- DEFAULT_PREFS: {
- 'enableAutoScan': false,
- 'autoScanTime': 800
- }
+ DEFAULT_PREFS: {'enableAutoScan': false, 'autoScanTime': 800}
};

Powered by Google App Engine
This is Rietveld 408576698