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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.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/stylus.js
diff --git a/chrome/browser/resources/settings/device_page/stylus.js b/chrome/browser/resources/settings/device_page/stylus.js
index fc55d8efbd0ce47366bbba5b1ff4204b8e4f29c1..d80f250db7164bdb203c401c9d27a67c6d3f5db8 100644
--- a/chrome/browser/resources/settings/device_page/stylus.js
+++ b/chrome/browser/resources/settings/device_page/stylus.js
@@ -78,7 +78,8 @@ Polymer({
findApp_: function(id) {
return this.appChoices_.find(function(app) {
return app.value == id;
- }) || null;
+ }) ||
+ null;
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698