From bdaf2e3b4fe1615d6c33376b7cdd2f67a6e5822d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 28 Nov 2019 12:13:48 +0000 Subject: [PATCH] Reflow comment --- src/crypto/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/crypto/index.js b/src/crypto/index.js index 7045c52f7..e2bf15a1b 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -282,10 +282,10 @@ Crypto.prototype.init = async function() { }; /** - * Bootstrap Secure Secret Storage if needed by creating a default key and signing it with - * the cross-signing master key. If everything is already set up, then no - * changes are made, so this is safe to run to ensure secret storage is ready - * for use. + * Bootstrap Secure Secret Storage if needed by creating a default key and + * signing it with the cross-signing master key. If everything is already set + * up, then no changes are made, so this is safe to run to ensure secret storage + * is ready for use. * * @param {function} [opts.doInteractiveAuthFlow] Optional. Function called to * await an interactive auth request.