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

Unified Diff: chrome/browser/resources/hotword/metrics.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/logging.js ('k') | chrome/browser/resources/hotword/nacl_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/metrics.js
diff --git a/chrome/browser/resources/hotword/metrics.js b/chrome/browser/resources/hotword/metrics.js
index b17a5d7bcd14e790687f6394104874ea12224161..7d4001bf3ec4918eb1c91534002d91aca1d03c8c 100644
--- a/chrome/browser/resources/hotword/metrics.js
+++ b/chrome/browser/resources/hotword/metrics.js
@@ -22,7 +22,5 @@ cr.define('hotword.metrics', function() {
chrome.metricsPrivate.recordValue(metricDesc, value);
}
- return {
- recordEnum: recordEnum
- };
+ return {recordEnum: recordEnum};
});
« no previous file with comments | « chrome/browser/resources/hotword/logging.js ('k') | chrome/browser/resources/hotword/nacl_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698