Skip to content

Commit 579764e

Browse files
authored
Tiny whitespace tweak in ingress.go
1 parent 776ac93 commit 579764e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/upgrades/ingress.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func (t *IngressUpgradeTest) Setup(f *framework.Framework) {
9595
// Allocate a static-ip for the Ingress, this IP is cleaned up via CleanupGCEIngressController
9696
t.ipName = fmt.Sprintf("%s-static-ip", ns.Name)
9797
t.ip = t.gceController.CreateStaticIP(t.ipName)
98+
9899
// Create a working basic Ingress
99100
ginkgo.By(fmt.Sprintf("allocated static ip %v: %v through the GCE cloud provider", t.ipName, t.ip))
100101
jig.CreateIngress(filepath.Join(ingress.GCEIngressManifestPath, "static-ip-2"), ns.Name, map[string]string{

0 commit comments

Comments
 (0)