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) {}; |