fix code style

This commit is contained in:
Roman Shtylman
2014-05-13 20:32:43 -04:00
parent 9ad43778b7
commit b1ebef2b0b

View File

@@ -35,9 +35,11 @@ HeaderHostTransformer.prototype._transform = function (chunk, enc, cb) {
self.replaced = true;
return $1 + self.host;
}));
} else {
}
else {
self.push(chunk);
}
cb();
};