Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint warnings in pilot (istio#1817)
Automatic merge from submit-queue. fix lint warnings in pilot I see the following lint warnings in pilot. This PR fixes those trivial lint warnings. ``` pilot/cmd/pilot-discovery/main.go:176::warning: declaration of "client" shadows declaration at pilot/cmd/pilot-discovery/main.go:103 (vetshadow) pilot/platform/kube/conversion_test.go:208:13:warning: if block ends with a return statement, so drop this else and outdent its block (golint) ``` **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note none ```
- Loading branch information