Skip to content

Commit 7c4e201

Browse files
committed
e2e
1 parent 02d7288 commit 7c4e201

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

e2e/vpc/vpc_create_volume_attach_detach_volume.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ var _ = Describe("ibmcloud-storage-volume-lib", func() {
104104
})
105105

106106
func getenv(key, fallback string) string {
107-
value := os.Getenv(key)
108-
if len(value) == 0 {
109-
return fallback
110-
}
111-
return value + "-"
107+
value := os.Getenv(key)
108+
if len(value) == 0 {
109+
return fallback
110+
}
111+
return value + "-"
112112
}

0 commit comments

Comments
 (0)