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. |