diff options
author | 2018-02-21 23:25:55 -0800 | |
---|---|---|
committer | 2018-02-22 07:25:55 +0000 | |
commit | e9c878a0d9172be9855e2c90de41ddb3bc3a1e18 (patch) | |
tree | 41e6eb21baf0670f04dd3af8581105111f8575af | |
parent | 9194b4c29dd37e76d71292bfdef198dae78047b5 (diff) | |
download | coredns-e9c878a0d9172be9855e2c90de41ddb3bc3a1e18.tar.gz coredns-e9c878a0d9172be9855e2c90de41ddb3bc3a1e18.tar.zst coredns-e9c878a0d9172be9855e2c90de41ddb3bc3a1e18.zip |
Fix with gofmt -s -w for plugin/tls/tls_test.go (#1552)
to make goreportcard happy
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-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 152abedfe..2374d772c 100644 --- a/plugin/tls/tls_test.go +++ b/plugin/tls/tls_test.go @@ -18,8 +18,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 { |