github.com/sergi/go-diff/diffmatchpatch.DiffMatchPatch.DiffCleanupSemantic (method)

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L203: 	diffs = dmp.DiffCleanupSemantic(diffs)
		diff.go#L647: func (dmp *DiffMatchPatch) DiffCleanupSemantic(diffs []Diff) []Diff {
		patch.go#L126: 				diffs = dmp.DiffCleanupSemantic(diffs)