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() { Describe("vsphere [Feature:Volumes]", func() {
It("should be mountable", func() { It("should be mountable", func() {
framework.SkipUnlessProviderIs("vsphere") framework.SkipUnlessProviderIs("vsphere")
var ( var volumePath string
volumePath string
)
config := framework.VolumeTestConfig{ config := framework.VolumeTestConfig{
Namespace: namespace.Name, Namespace: namespace.Name,
Prefix: "vsphere", Prefix: "vsphere",