ESlint eol-last

This commit is contained in:
Peter Jaszkowiak
2017-02-18 02:30:48 -07:00
parent 41896e1fc7
commit feb8405f95
142 changed files with 142 additions and 142 deletions

View File

@@ -96,4 +96,4 @@ module.exports = function (db, module) {
module.pexpireAt = function (key, timestamp, callback) {
module.setObjectField(key, 'expireAt', new Date(timestamp), callback);
};
};
};