Skip to content

Commit cdebbd7

Browse files
committed
tabs to spaces
1 parent 9a19c84 commit cdebbd7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/coverage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ var path = require('path'),
22
_ = require('underscore');
33

44
var istanbul,
5-
collector,
6-
coveragePath;
5+
collector,
6+
coveragePath;
77

88
try {
99
istanbul = require('istanbul');
1010
} catch (e) {}
1111

1212
exports.setup = function(path) {
1313
collector = new istanbul.Collector();
14-
coveragePath = typeof path === 'string' ? path : 'coverage';
14+
coveragePath = typeof path === 'string' ? path : 'coverage';
1515
};
1616

1717
exports.add = function(coverage) {

0 commit comments

Comments
 (0)