From eb4aa3df0648a4f966fbc683e023e25f06169a97 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 16:36:11 -0400 Subject: [PATCH] formatting --- crypto.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crypto.html b/crypto.html index c4bb5285..22f186db 100644 --- a/crypto.html +++ b/crypto.html @@ -375,9 +375,10 @@ return new ByteData(); } - pbkdf2(newUserKey.arr.buffer, self.masterPasswordBuffer, 1, 256).then(function (userKeyHash) { - self.userKeyHash = userKeyHash; - }); + pbkdf2(newUserKey.arr.buffer, self.masterPasswordBuffer, 1, 256) + .then(function (userKeyHash) { + self.userKeyHash = userKeyHash; + }); } }, methods: {