diff options
author | 2018-05-04 16:45:58 -0400 | |
---|---|---|
committer | 2018-05-04 22:45:58 +0200 | |
commit | bf479f9ac2d72c205580e318270211aadafc7d11 (patch) | |
tree | bd14db262363442aee1e3106af96670e469be564 /plugin/tls/tls_test.go | |
parent | be8fcc484a526e135bbaf1f2a95bece6d1bee761 (diff) | |
download | coredns-bf479f9ac2d72c205580e318270211aadafc7d11.tar.gz coredns-bf479f9ac2d72c205580e318270211aadafc7d11.tar.zst coredns-bf479f9ac2d72c205580e318270211aadafc7d11.zip |
gofmt some stuff (#1769)
Diffstat (limited to 'plugin/tls/tls_test.go')
-rw-r--r-- | plugin/tls/tls_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/tls/tls_test.go b/plugin/tls/tls_test.go index 0bbba18a1..84a74ae3b 100644 --- a/plugin/tls/tls_test.go +++ b/plugin/tls/tls_test.go @@ -14,8 +14,8 @@ func TestTLS(t *testing.T) { expectedRoot string // expected root, set to the controller. Empty for negative cases. expectedErrContent string // substring from the expected error. Empty for positive cases. }{ - // positive - // negative + // positive + // negative } for i, test := range tests { |