Index: chrome/browser/resources/cryptotoken/devicefactoryregistry.js |
diff --git a/chrome/browser/resources/cryptotoken/devicefactoryregistry.js b/chrome/browser/resources/cryptotoken/devicefactoryregistry.js |
index c1f4bee5282a75be4215d18e5f17fc4428bfaf50..9919598a73a075e0ad04c51b16313e423c815480 100644 |
--- a/chrome/browser/resources/cryptotoken/devicefactoryregistry.js |
+++ b/chrome/browser/resources/cryptotoken/devicefactoryregistry.js |
@@ -15,8 +15,8 @@ |
* attestation implementation. |
* @constructor |
*/ |
-function DeviceFactoryRegistry(gnubbyFactory, countdownFactory, |
- individualAttestation) { |
+function DeviceFactoryRegistry( |
+ gnubbyFactory, countdownFactory, individualAttestation) { |
/** @private {!GnubbyFactory} */ |
this.gnubbyFactory_ = gnubbyFactory; |
/** @private {!CountdownFactory} */ |