Browse Source

Remove empty lines

master
Tankred Hase 8 years ago
parent
commit
ce740b2109
  1. 4
      src/js/service/privatekey.js

4
src/js/service/privatekey.js

@ -333,8 +333,6 @@ PrivateKey.prototype._fetchMessage = function(options) { @@ -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) { @@ -382,4 +380,4 @@ function filterBodyParts(bodyParts, type, result) {
}
});
return result;
}
}

Loading…
Cancel
Save