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

Unified Diff: chrome/browser/resources/cryptotoken/requesthelper.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/cryptotoken/requesthelper.js
diff --git a/chrome/browser/resources/cryptotoken/requesthelper.js b/chrome/browser/resources/cryptotoken/requesthelper.js
index 2c8052f1b99ea4225d1b44f46859796dc76e2c7f..410fc02b3fd58b0e8eb41a8253accb1fcd7baed3 100644
--- a/chrome/browser/resources/cryptotoken/requesthelper.js
+++ b/chrome/browser/resources/cryptotoken/requesthelper.js
@@ -73,9 +73,6 @@ function makeHelperErrorResponse(request, code, opt_defaultType) {
} else {
type = opt_defaultType || 'unknown_type_reply';
}
- var reply = {
- 'type': type,
- 'code': /** @type {number} */ (code)
- };
+ var reply = {'type': type, 'code': /** @type {number} */ (code)};
return reply;
}

Powered by Google App Engine
This is Rietveld 408576698