Fix syntax errors

This commit is contained in:
Ben Ramey
2014-06-10 19:44:55 -05:00
parent fc9b789ad8
commit d07b7aa7f6
2 changed files with 3 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ module.exports = {
shortcuts: false, shortcuts: false,
rest: false rest: false
} }
}
}; };

View File

@@ -38,8 +38,8 @@ module.exports = {
user.password = hash; user.password = hash;
cb(null, user); cb(null, user);
} }
} });
} });
} }
}; };