Skip to content

Commit 079f362

Browse files
committed
no assign
1 parent 0ab8341 commit 079f362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verifier/compare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func (verifier *Verifier) compareDocsFromChannels(
132132
return errors.Wrap(err, "failed to compare documents")
133133
}
134134

135-
results = results.Push(mismatches...)
135+
results.Push(mismatches...)
136136

137137
return nil
138138
}

0 commit comments

Comments
 (0)