Skip to content

Commit

Permalink
temp: reference all the types
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 10, 2024
1 parent 685dcc5 commit d4a39b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/resolution/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ func (res *Result) Errors() []NodeError {
return errs
}

var _ = resolve.UnknownSystem

func getResolver(sys resolve.System, cl resolve.Client) (resolve.Resolver, error) {
switch sys { //nolint:exhaustive
case resolve.NPM:
Expand Down

0 comments on commit d4a39b2

Please sign in to comment.