mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
formatting (gofmt -s -w ./source/ingress_test.go)
This commit is contained in:
parent
cd74835e28
commit
044f2b9ac7
@ -665,7 +665,7 @@ func testIngressEndpoints(t *testing.T) {
|
||||
{
|
||||
name: "fake1",
|
||||
namespace: namespace,
|
||||
tlsdnsnames: [][]string{{"example.org", "example2.org"},{"example3.org", "example4.org"}},
|
||||
tlsdnsnames: [][]string{{"example.org", "example2.org"}, {"example3.org", "example4.org"}},
|
||||
ips: []string{"1.2.3.4"},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user