Reformat the code using 2 space identation

This commit is contained in:
Raymond Feng 2013-12-18 11:49:09 -08:00
parent 95ad3e8c04
commit 598b1e6b61
2 changed files with 251 additions and 253 deletions

View File

@ -80,7 +80,6 @@ var ApplicationSchema = {
modified: {type: Date, default: Date}
};
/**
* Application management functions
*/

View File

@ -147,7 +147,6 @@ describe('Application', function () {
});
});
it('Authenticate with application id & windowsKey', function (done) {
Application.authenticate(registeredApp.id, registeredApp.windowsKey,
function (err, result) {