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

Unified Diff: chrome/browser/resources/settings/device_page/layout_behavior.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/device_page/layout_behavior.js
diff --git a/chrome/browser/resources/settings/device_page/layout_behavior.js b/chrome/browser/resources/settings/device_page/layout_behavior.js
index 77a56a3fc0e35b5d52bd0df21790caff1c51c800..d1665050e38acb5f5f8c73d069c0a053850acb63 100644
--- a/chrome/browser/resources/settings/device_page/layout_behavior.js
+++ b/chrome/browser/resources/settings/device_page/layout_behavior.js
@@ -208,8 +208,8 @@ var LayoutBehavior = {
assert(bounds);
this.calculatedBoundsMap_.set(
displayId,
- /** @type {!chrome.system.display.Bounds} */ (
- Object.assign({}, bounds)));
+ /** @type {!chrome.system.display.Bounds} */
+ (Object.assign({}, bounds)));
},
/**

Powered by Google App Engine
This is Rietveld 408576698