Commit 23fbb702 authored by jianglingxia's avatar jianglingxia

in persistent_volumes-local.go has the parentheses of var define

parent a4ce3924
...@@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S ...@@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
}) })
Context("when using local volume provisioner", func() { Context("when using local volume provisioner", func() {
var ( var volumePath string
volumePath string
)
BeforeEach(func() { BeforeEach(func() {
setupLocalVolumeProvisioner(config) setupLocalVolumeProvisioner(config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment