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

Unified Diff: chrome/browser/resources/print_preview/data/invitation_store.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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/print_preview/data/invitation_store.js
diff --git a/chrome/browser/resources/print_preview/data/invitation_store.js b/chrome/browser/resources/print_preview/data/invitation_store.js
index 9524ca2601cd45c81b845e24b60892e72de643d9..cbf037f84044f64df35585430de370752fc0b5f4 100644
--- a/chrome/browser/resources/print_preview/data/invitation_store.js
+++ b/chrome/browser/resources/print_preview/data/invitation_store.js
@@ -70,8 +70,7 @@ cr.define('print_preview', function() {
* @enum {string}
*/
InvitationStore.EventType = {
- INVITATION_PROCESSED:
- 'print_preview.InvitationStore.INVITATION_PROCESSED',
+ INVITATION_PROCESSED: 'print_preview.InvitationStore.INVITATION_PROCESSED',
INVITATION_SEARCH_DONE:
'print_preview.InvitationStore.INVITATION_SEARCH_DONE'
};
@@ -221,7 +220,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- InvitationStore: InvitationStore
- };
+ return {InvitationStore: InvitationStore};
});

Powered by Google App Engine
This is Rietveld 408576698