Skip to content

Commit

Permalink
make vet happy
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Feb 28, 2025
1 parent ac19b78 commit 2d8a7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/resolver/serviceconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func newErroringConfigSelector(xdsNodeID string) *erroringConfigSelector {
return &erroringConfigSelector{err: annotateErrorWithNodeID(status.Errorf(codes.Unavailable, "no valid clusters"), xdsNodeID)}
}

func (cs *erroringConfigSelector) SelectConfig(rpcInfo iresolver.RPCInfo) (*iresolver.RPCConfig, error) {
func (cs *erroringConfigSelector) SelectConfig(iresolver.RPCInfo) (*iresolver.RPCConfig, error) {
return nil, cs.err
}
func (cs *erroringConfigSelector) stop() {}
Expand Down

0 comments on commit 2d8a7f3

Please sign in to comment.