Reformat the code using 2 space identation
This commit is contained in:
parent
95ad3e8c04
commit
598b1e6b61
|
@ -80,7 +80,6 @@ var ApplicationSchema = {
|
|||
modified: {type: Date, default: Date}
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Application management functions
|
||||
*/
|
||||
|
|
|
@ -147,7 +147,6 @@ describe('Application', function () {
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
it('Authenticate with application id & windowsKey', function (done) {
|
||||
Application.authenticate(registeredApp.id, registeredApp.windowsKey,
|
||||
function (err, result) {
|
||||
|
|
Loading…
Reference in New Issue