From 044f2b9ac71451b06c461f360c05dd6720cfc213 Mon Sep 17 00:00:00 2001 From: Yurii Soldak Date: Thu, 21 Jun 2018 13:56:55 +0200 Subject: [PATCH] formatting (gofmt -s -w ./source/ingress_test.go) --- source/ingress_test.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/ingress_test.go b/source/ingress_test.go index f67af5b54..3c6772130 100644 --- a/source/ingress_test.go +++ b/source/ingress_test.go @@ -620,10 +620,10 @@ func testIngressEndpoints(t *testing.T) { targetNamespace: "", ingressItems: []fakeIngress{ { - name: "fake1", - namespace: namespace, + name: "fake1", + namespace: namespace, tlsdnsnames: [][]string{{"example.org"}}, - ips: []string{"1.2.3.4"}, + ips: []string{"1.2.3.4"}, }, }, expected: []*endpoint.Endpoint{ @@ -639,10 +639,10 @@ func testIngressEndpoints(t *testing.T) { targetNamespace: "", ingressItems: []fakeIngress{ { - name: "fake1", - namespace: namespace, + name: "fake1", + namespace: namespace, tlsdnsnames: [][]string{{"example.org", "example2.org"}}, - ips: []string{"1.2.3.4"}, + ips: []string{"1.2.3.4"}, }, }, expected: []*endpoint.Endpoint{ @@ -663,10 +663,10 @@ func testIngressEndpoints(t *testing.T) { targetNamespace: "", ingressItems: []fakeIngress{ { - name: "fake1", - namespace: namespace, - tlsdnsnames: [][]string{{"example.org", "example2.org"},{"example3.org", "example4.org"}}, - ips: []string{"1.2.3.4"}, + name: "fake1", + namespace: namespace, + tlsdnsnames: [][]string{{"example.org", "example2.org"}, {"example3.org", "example4.org"}}, + ips: []string{"1.2.3.4"}, }, }, expected: []*endpoint.Endpoint{