Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed May 9, 2016
1 parent e235125 commit 96eab09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocha_test/auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ describe('auto', function () {
expect(results.a).to.equal(1);
cb();
}]
}, done)
}, done);
});

it("should avoid unncecessary deferrals", function (done) {
Expand Down
2 changes: 1 addition & 1 deletion mocha_test/autoInject.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('autoInject', function () {
expect(a).to.equal(1);
cb();
}]
}, done)
}, done);
});

});

0 comments on commit 96eab09

Please sign in to comment.