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

Unified Diff: chrome/browser/resources/cryptotoken/textfetcher.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/cryptotoken/textfetcher.js
diff --git a/chrome/browser/resources/cryptotoken/textfetcher.js b/chrome/browser/resources/cryptotoken/textfetcher.js
index d6e18844acbf3fcf4d7c84b115fe04cb8d670854..103fa8b9a90b60f5125dfd59d984a7fc1aef8a77 100644
--- a/chrome/browser/resources/cryptotoken/textfetcher.js
+++ b/chrome/browser/resources/cryptotoken/textfetcher.js
@@ -28,8 +28,7 @@ TextFetcher.prototype.fetch = function(url, opt_method, opt_body) {};
* @constructor
* @implements {TextFetcher}
*/
-function XhrTextFetcher() {
-}
+function XhrTextFetcher() {}
/**
* @param {string} url The URL to fetch.
« no previous file with comments | « chrome/browser/resources/cryptotoken/singlesigner.js ('k') | chrome/browser/resources/cryptotoken/usbenrollhandler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698