Remove empty lines

This commit is contained in:
Tankred Hase 2015-05-18 16:57:28 +02:00
parent ca8c2d9a4f
commit ce740b2109
1 changed files with 1 additions and 3 deletions

View File

@ -333,8 +333,6 @@ PrivateKey.prototype._fetchMessage = function(options) {
} }
// get the metadata for the message // get the metadata for the message
return self._imap.listMessages({ return self._imap.listMessages({
path: options.path path: options.path
}).then(function(messages) { }).then(function(messages) {
@ -382,4 +380,4 @@ function filterBodyParts(bodyParts, type, result) {
} }
}); });
return result; return result;
} }