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>
This commit is contained in:
parent
9194b4c29d
commit
e9c878a0d9
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue