From ce740b2109d0a8d0d286e0e0c5540f37ee45c2b6 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 18 May 2015 16:57:28 +0200 Subject: [PATCH] Remove empty lines --- src/js/service/privatekey.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/service/privatekey.js b/src/js/service/privatekey.js index 5502ce6..8f2f8bc 100644 --- a/src/js/service/privatekey.js +++ b/src/js/service/privatekey.js @@ -333,8 +333,6 @@ PrivateKey.prototype._fetchMessage = function(options) { } // get the metadata for the message - - return self._imap.listMessages({ path: options.path }).then(function(messages) { @@ -382,4 +380,4 @@ function filterBodyParts(bodyParts, type, result) { } }); return result; -} \ No newline at end of file +}