Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
esnible committed Oct 10, 2019
1 parent 15a8987 commit e6df887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion istioctl/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
)

type sidecarSyncStatus struct {
// nolint: structcheck, unused
pilot string
v2.SyncStatus
}
Expand Down Expand Up @@ -82,7 +83,7 @@ func getProxyInfo() (*[]istioVersion.ProxyInfo, error) {

pi := []istioVersion.ProxyInfo{}
for _, ss := range sss {
pi = append(pi, istioVersion.ProxyInfo {
pi = append(pi, istioVersion.ProxyInfo{
ID: ss.ProxyID,
IstioVersion: ss.SyncStatus.IstioVersion,
})
Expand Down

0 comments on commit e6df887

Please sign in to comment.