From a4ce39248a6e9487a06481b38f75fda1ae73cd88 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 25 Oct 2017 16:51:56 +0800 Subject: [PATCH] Delete the parentheses in volumes.go --- test/e2e/storage/volumes.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/e2e/storage/volumes.go b/test/e2e/storage/volumes.go index f3bfc0f2be4..ad19b30abb8 100644 --- a/test/e2e/storage/volumes.go +++ b/test/e2e/storage/volumes.go @@ -535,9 +535,7 @@ var _ = SIGDescribe("Volumes", func() { Describe("vsphere [Feature:Volumes]", func() { It("should be mountable", func() { framework.SkipUnlessProviderIs("vsphere") - var ( - volumePath string - ) + var volumePath string config := framework.VolumeTestConfig{ Namespace: namespace.Name, Prefix: "vsphere",