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

Unified Diff: chrome/browser/resources/hotword_audio_verification/event_page.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: event_handler.js Created 4 years 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/hotword_audio_verification/event_page.js
diff --git a/chrome/browser/resources/hotword_audio_verification/event_page.js b/chrome/browser/resources/hotword_audio_verification/event_page.js
index f63ae57d7670dbecca1c983c300ec0c14d9661d7..ea379d33d9b7d5cfaeace4a96bb16eceadb8a9c2 100644
--- a/chrome/browser/resources/hotword_audio_verification/event_page.js
+++ b/chrome/browser/resources/hotword_audio_verification/event_page.js
@@ -22,9 +22,6 @@ chrome.app.runtime.onLaunched.addListener(function() {
'resizable': false,
'hidden': true,
'id': appId,
- 'innerBounds': {
- 'width': 784,
- 'height': 448
- }
+ 'innerBounds': {'width': 784, 'height': 448}
});
});

Powered by Google App Engine
This is Rietveld 408576698