Fixing lint errors
This commit is contained in:
@@ -2,12 +2,12 @@ var through = require('through'),
|
||||
canopy = require('canopy');
|
||||
|
||||
module.exports = function(file) {
|
||||
var data = '';
|
||||
|
||||
if (!/\.peg$/.test(file)) {
|
||||
return through();
|
||||
}
|
||||
|
||||
var data = '';
|
||||
|
||||
return through(
|
||||
function(buf) {
|
||||
data += buf;
|
||||
|
||||
Reference in New Issue
Block a user