diff options
author | 2022-09-05 10:29:36 +0000 | |
---|---|---|
committer | 2022-09-05 10:29:36 +0000 | |
commit | 2fcc74b94ecb72961604c2f586c27d1aed8a33d6 (patch) | |
tree | b6ab15d4e92ffcc0c48fd2dd917ae7530ae1a5bb /plugin/kubernetes | |
parent | 6782b7fb42efc979ab2649228a83c0ac20d50d5e (diff) | |
download | coredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.tar.gz coredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.tar.zst coredns-2fcc74b94ecb72961604c2f586c27d1aed8a33d6.zip |
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to 'plugin/kubernetes')
-rw-r--r-- | plugin/kubernetes/ns_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/ns_test.go b/plugin/kubernetes/ns_test.go index 82426a907..e3c67d4f3 100644 --- a/plugin/kubernetes/ns_test.go +++ b/plugin/kubernetes/ns_test.go @@ -216,4 +216,4 @@ func TestNsAddrsExternalWithPreexistingExternalIP(t *testing.T) { if cdr.Header().Name != expected { t.Errorf("Expected record name to be %q, got %q", expected, cdr.Header().Name) } -}
\ No newline at end of file +} |