From e9c878a0d9172be9855e2c90de41ddb3bc3a1e18 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 21 Feb 2018 23:25:55 -0800 Subject: [PATCH] Fix with gofmt -s -w for plugin/tls/tls_test.go (#1552) to make goreportcard happy Signed-off-by: Yong Tang --- plugin/tls/tls_test.go | 4 ++-- 1 file 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 {