We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d88e59 + 3eb0e78 commit 0a5c961Copy full SHA for 0a5c961
1 file changed
internal/runbits/buildscript/buildscript.go
@@ -33,7 +33,6 @@ func generateDiff(script *buildscript.BuildScript, otherScript *buildscript.Buil
33
scriptLines, newScriptLines, lines := diff.DiffLinesToChars(string(sb1), string(sb2))
34
hunks := diff.DiffMain(scriptLines, newScriptLines, false)
35
hunks = diff.DiffCharsToLines(hunks, lines)
36
- hunks = diff.DiffCleanupSemantic(hunks)
37
for i := 0; i < len(hunks); i++ {
38
switch hunk := hunks[i]; hunk.Type {
39
case diffmatchpatch.DiffEqual:
0 commit comments