Commit e9c878a0 authored by Yong Tang's avatar Yong Tang Committed by Miek Gieben

Fix with gofmt -s -w for plugin/tls/tls_test.go (#1552)

to make goreportcard happy
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 9194b4c2
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment