Skip to content

Commit

Permalink
Remove erroneous blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyma2 committed Jan 3, 2025
1 parent 85bebc4 commit 8ab2cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/reducer/reducer.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func (r *RepoReducer) Resolve(packages []string) (matched []string, involved []*
if selected.Repository.Priority > p.Repository.Priority {
selected = p
}

}

discovered[selected.String()] = selected
Expand Down

0 comments on commit 8ab2cc8

Please sign in to comment.