Skip to content

Commit e8d1c43

Browse files
Code style
1 parent 9303651 commit e8d1c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/bundler_test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ var spawn = require('child_process').spawn;
1010
var rimraf = require('rimraf');
1111

1212
describe('bundler', function () {
13-
var err = null, res = null;
13+
var err = null;
14+
var res = null;
1415
var projName = 'example_project-name';
1516
var tarballName = projName + '.tar.gz';
1617
var extractDir = '/tmp/' + projName;

0 commit comments

Comments
 (0)