From d42d80c4f6750a98d3cc779a593160ff43dbf655 Mon Sep 17 00:00:00 2001 From: Sandeep Rajan Date: Sun, 17 Feb 2019 03:32:28 -0500 Subject: cleanup by fmt and remove redundant type declarations (#2563) --- plugin/k8s_external/apex_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/k8s_external/apex_test.go') diff --git a/plugin/k8s_external/apex_test.go b/plugin/k8s_external/apex_test.go index ba94a044a..14aaf64bc 100644 --- a/plugin/k8s_external/apex_test.go +++ b/plugin/k8s_external/apex_test.go @@ -13,7 +13,7 @@ import ( func TestApex(t *testing.T) { k := kubernetes.New([]string{"cluster.local."}) - k.Namespaces = map[string]struct{}{"testns": struct{}{}} + k.Namespaces = map[string]struct{}{"testns": {}} k.APIConn = &external{} e := New() -- cgit v1.2.3