Skip to content

Commit 83046c7

Browse files
committed
Remove unused parameter from ManifestReport function
1 parent f4d5b9a commit 83046c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func ManifestsOwnership(oldIndex, newIndex map[string]*manifest.MappingResult, n
5252
return seenAnyChanges
5353
}
5454

55-
func ManifestReport(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options, to io.Writer) (*Report, error) {
55+
func ManifestReport(oldIndex, newIndex map[string]*manifest.MappingResult, options *Options) (*Report, error) {
5656
_, report, err := generateReport(oldIndex, newIndex, nil, options)
5757

5858
return report, err

0 commit comments

Comments
 (0)