Delete the parentheses in volumes.go

This commit is contained in:
jianglingxia 2017-10-25 16:51:56 +08:00
parent 7f991a3b53
commit a4ce39248a

View File

@ -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",