From bf479f9ac2d72c205580e318270211aadafc7d11 Mon Sep 17 00:00:00 2001 From: John Belamaric Date: Fri, 4 May 2018 16:45:58 -0400 Subject: gofmt some stuff (#1769) --- plugin/tls/tls_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/tls/tls_test.go') 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 { -- cgit v1.2.3