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

Unified Diff: chrome/browser/resources/cryptotoken/devicefactoryregistry.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/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} */
« no previous file with comments | « chrome/browser/resources/cryptotoken/cryptotokenorigincheck.js ('k') | chrome/browser/resources/cryptotoken/enroller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698