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

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L715: 	diffs = dmp.DiffCleanupSemanticLossless(diffs)
		diff.go#L815: func (dmp *DiffMatchPatch) DiffCleanupSemanticLossless(diffs []Diff) []Diff {
		patch.go#L292: 					diffs = dmp.DiffCleanupSemanticLossless(diffs)