From 15e39a51b0c8ad8d098a269b377a883cd4130fc2 Mon Sep 17 00:00:00 2001 From: Justin Chase Date: Fri, 24 Nov 2017 19:56:15 -0600 Subject: [PATCH] Minor whitespace changes --- test/general/openpgp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/general/openpgp.js b/test/general/openpgp.js index fb151e09..36199f97 100644 --- a/test/general/openpgp.js +++ b/test/general/openpgp.js @@ -1207,10 +1207,10 @@ describe('OpenPGP.js public api tests', function() { data: new Uint8Array([0x01, 0x01, 0x01]), passwords: null }) - .then(function () { + .then(function() { done(new Error('Error expected.')); }) - .catch(function(error){ + .catch(function(error) { expect(error.innerError).to.exist; done(); });