We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1846c74 commit eb0e4e0Copy full SHA for eb0e4e0
diff/diff.go
@@ -57,8 +57,6 @@ func generateDiff(oldContent *manifest.MappingResult, newContent *manifest.Mappi
57
}
58
59
func printDiff(suppressedKinds []string, kind string, context int, diffs []difflib.DiffRecord, to io.Writer) {
60
- diffs := difflib.Diff(strings.Split(before, "\n"), strings.Split(after, "\n"))
61
-
62
for _, ckind := range suppressedKinds {
63
if ckind == kind {
64
str := fmt.Sprintf("+ Changes suppressed on sensitive content of type %s\n", kind)
0 commit comments