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

Unified Diff: chrome/browser/resources/hotword/keep_alive.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/constants.js ('k') | chrome/browser/resources/hotword/launcher_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hotword/keep_alive.js
diff --git a/chrome/browser/resources/hotword/keep_alive.js b/chrome/browser/resources/hotword/keep_alive.js
index 06ddf237df394aeaad49ed5f06e8e8cd7215dfdb..20ff2eabb9db188c6d985d0c7b3449dcafbdb819 100644
--- a/chrome/browser/resources/hotword/keep_alive.js
+++ b/chrome/browser/resources/hotword/keep_alive.js
@@ -48,7 +48,5 @@ cr.define('hotword', function() {
}
};
- return {
- KeepAlive: KeepAlive
- };
+ return {KeepAlive: KeepAlive};
});
« no previous file with comments | « chrome/browser/resources/hotword/constants.js ('k') | chrome/browser/resources/hotword/launcher_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698