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

Unified Diff: chrome/browser/resources/hotword/logging.js

Issue 2599923002: Run tools/clang-format-js on chrome/browser/resources/hotword/ (Closed)
Patch Set: no dep Created 3 years, 12 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
« no previous file with comments | « chrome/browser/resources/hotword/launcher_manager.js ('k') | chrome/browser/resources/hotword/metrics.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/logging.js
diff --git a/chrome/browser/resources/hotword/logging.js b/chrome/browser/resources/hotword/logging.js
index 307234d0990125b7e7e6fff1ff5a7be00eb17220..e0744e07a420ddd2fb5c2a24c1f13e7dd8b8db2e 100644
--- a/chrome/browser/resources/hotword/logging.js
+++ b/chrome/browser/resources/hotword/logging.js
@@ -15,8 +15,5 @@ cr.define('hotword', function() {
console.log.apply(console, arguments);
}
- return {
- DEBUG: false,
- debug: debug
- };
+ return {DEBUG: false, debug: debug};
});
« no previous file with comments | « chrome/browser/resources/hotword/launcher_manager.js ('k') | chrome/browser/resources/hotword/metrics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698