From 4cb67b8f0c1bc320e31ca228520b0fe372bc2ea0 Mon Sep 17 00:00:00 2001 From: Stephen Heywood Date: Tue, 9 Feb 2021 12:41:10 +1300 Subject: [PATCH] Fix gofmt issues --- test/e2e/network/proxy.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/e2e/network/proxy.go b/test/e2e/network/proxy.go index 633c1a7ba06..f5bb33ce6b5 100644 --- a/test/e2e/network/proxy.go +++ b/test/e2e/network/proxy.go @@ -274,12 +274,12 @@ var _ = SIGDescribe("Proxy", func() { }) /* - Release: v1.21 - Testname: Proxy, validate ProxyWithPath responses - Description: Attempt to create a pod and a service. A - set of pod and service endpoints MUST be accessed via - ProxyWithPath using a list of http methods. A valid - response MUST be returned for each endpoint. + Release: v1.21 + Testname: Proxy, validate ProxyWithPath responses + Description: Attempt to create a pod and a service. A + set of pod and service endpoints MUST be accessed via + ProxyWithPath using a list of http methods. A valid + response MUST be returned for each endpoint. */ framework.ConformanceIt("A set of valid responses are returned for both pod and service ProxyWithPath", func() {