Fix coding style issue

This commit is contained in:
Raymond Feng 2015-02-18 15:25:46 -08:00
parent 4afcfaa32f
commit a19f39396f
1 changed files with 2 additions and 1 deletions

View File

@ -107,8 +107,9 @@ module.exports = function(Role) {
if (modelClass) {
return modelClass === loopback.User ||
modelClass.prototype instanceof loopback.User;
} else {
return false;
}
else return false;
}
/*!