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

Unified Diff: chrome/browser/resources/print_preview/search/fedex_tos.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/search/fedex_tos.js
diff --git a/chrome/browser/resources/print_preview/search/fedex_tos.js b/chrome/browser/resources/print_preview/search/fedex_tos.js
index 7aa45f2e0be804ac0447244ebb5c056d9bb80bf9..8b6e260a740eb3841e0d51125cb48872ff31fc49 100644
--- a/chrome/browser/resources/print_preview/search/fedex_tos.js
+++ b/chrome/browser/resources/print_preview/search/fedex_tos.js
@@ -65,7 +65,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- FedexTos: FedexTos
- };
+ return {FedexTos: FedexTos};
});

Powered by Google App Engine
This is Rietveld 408576698