Code Duplication    Length = 1-1 lines in 2 locations

node_modules/mocha/mocha.js 1 location

@@ 8325-8325 (lines=1) @@
8322
	  }
8323
	}
8324
8325
	function merge(mine, theirs, base) {
8326
	  mine = loadPatch(mine, base);
8327
	  theirs = loadPatch(theirs, base);
8328

node_modules/diff/lib/patch/merge.js 1 location

@@ 41-41 (lines=1) @@
38
  }
39
}
40
41
function merge(mine, theirs, base) {
42
  mine = loadPatch(mine, base);
43
  theirs = loadPatch(theirs, base);
44