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

Unified Diff: chrome/browser/resources/cryptotoken/individualattest.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/individualattest.js
diff --git a/chrome/browser/resources/cryptotoken/individualattest.js b/chrome/browser/resources/cryptotoken/individualattest.js
index ed6ea9171a74f6d45fcfa42762bdc16348a438b0..2fd77d2f7ceb50dedb8d34976860334970fc5f49 100644
--- a/chrome/browser/resources/cryptotoken/individualattest.js
+++ b/chrome/browser/resources/cryptotoken/individualattest.js
@@ -20,5 +20,5 @@ function IndividualAttestation() {}
* @return {boolean} Whether to request the individual attestation certificate
* for this app id.
*/
-IndividualAttestation.prototype.requestIndividualAttestation =
- function(appIdHash) {};
+IndividualAttestation.prototype.requestIndividualAttestation = function(
+ appIdHash) {};

Powered by Google App Engine
This is Rietveld 408576698