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

Unified Diff: chrome/browser/resources/md_feedback/feedback_container.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: hackhackhack Created 3 years, 11 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/md_feedback/feedback_container.js
diff --git a/chrome/browser/resources/md_feedback/feedback_container.js b/chrome/browser/resources/md_feedback/feedback_container.js
index 5b1f8bf2fc5454760856527c36fd99232978487a..05f7dceeb6869aada878f0bbae623f9c2f125d27 100644
--- a/chrome/browser/resources/md_feedback/feedback_container.js
+++ b/chrome/browser/resources/md_feedback/feedback_container.js
@@ -29,8 +29,8 @@ Polymer({
ready: function() {
// Retrieves the feedback privacy note text, if it exists. On non-official
// branded builds, the string is not defined.
- this.$.privacyNote.innerHTML =
- loadTimeData.valueExists('privacyNote') ?
- loadTimeData.getString('privacyNote') : '';
+ this.$.privacyNote.innerHTML = loadTimeData.valueExists('privacyNote') ?
+ loadTimeData.getString('privacyNote') :
+ '';
},
});

Powered by Google App Engine
This is Rietveld 408576698