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
})
Context("when using local volume provisioner", func() {
var (
volumePath string
)
var volumePath string
BeforeEach(func() {
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