Skip to content

Commit d611a71

Browse files
committed
fix ST1006: receiver name should not be an underscore, omit the name if it is unused
1 parent 276bd83 commit d611a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubetest/local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ func (n localCluster) GetClusterCreated(gcpProject string) (time.Time, error) {
204204
return time.Time{}, errors.New("GetClusterCreated not implemented in localCluster")
205205
}
206206

207-
func (_ localCluster) KubectlCommand() (*exec.Cmd, error) { return nil, nil }
207+
func (localCluster) KubectlCommand() (*exec.Cmd, error) { return nil, nil }

0 commit comments

Comments
 (0)