Fix CS again.

This commit is contained in:
Andre Cruz
2012-10-16 01:02:42 +00:00
parent c5a0f0ddcf
commit 2abde5539d
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ var config = require('../lib/core/config');
var Package = require('../lib/core/package');
describe('package', function () {
beforeEach(function (done) {
var del = 0;
@@ -182,4 +183,5 @@ describe('package', function () {
pkg.clone();
});
});