Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Hooooouuunded
Browse files Browse the repository at this point in the history
  • Loading branch information
sdboyer committed Apr 15, 2017
1 parent 63dc997 commit 85c30c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solve_basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ func (sm *depspecSourceManager) ListPackages(id ProjectIdentifier, v Version) (p
}

func (sm *depspecSourceManager) ListVersions(id ProjectIdentifier) ([]PairedVersion, error) {
pvl := make([]PairedVersion, 0)
var pvl []PairedVersion
for _, ds := range sm.specs {
if id.normalizedSource() != string(ds.n) {
continue
Expand Down

0 comments on commit 85c30c3

Please sign in to comment.