Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 11482-11482 (lines=1) @@
11479
  this.writeencoding = null;
11480
}
11481
11482
function afterTransform(stream, er, data) {
11483
  var ts = stream._transformState;
11484
  ts.transforming = false;
11485

node_modules/readable-stream/lib/_stream_transform.js 1 location

@@ 77-77 (lines=1) @@
74
75
util.inherits(Transform, Duplex);
76
77
function afterTransform(er, data) {
78
  var ts = this._transformState;
79
  ts.transforming = false;
80