JSHint cleaning

This commit is contained in:
Thomas FORGIONE
2015-10-06 16:58:04 +02:00
parent 5c82adbff4
commit 688223eb58
6 changed files with 30 additions and 29 deletions

View File

@@ -1616,6 +1616,6 @@ DBReq.verifyUser = function() { construct(DBReq.UserVerifier, arguments); };
* </ol>
* @memberof DBReq
*/
DBReq.getUser = function() { construct(DBReq.UserGetter, arguments); }
DBReq.getUser = function() { construct(DBReq.UserGetter, arguments); };
module.exports = DBReq;