Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewgdewar committed Nov 29, 2024
1 parent 4820349 commit 668f78e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tangy/rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ func (t *tangyImpl) RpmRepositoryVersionErrataList(ctx context.Context, hrefs []

// RpmRepositoryVersionModuleStreamsList List Modules streams within a repository version, with pagination, search and an optional name filter
func (t *tangyImpl) RpmRepositoryVersionModuleStreamsList(ctx context.Context, hrefs []string, filterOpts ModuleStreamListFilters, pageOpts PageOptions) ([]ModuleStreams, int, error) {

if len(hrefs) == 0 {
return []ModuleStreams{}, 0, nil
}
Expand Down

0 comments on commit 668f78e

Please sign in to comment.