mirror of
https://github.com/coredns/coredns.git
synced 2025-10-30 09:43:17 -04:00
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:
@@ -18,8 +18,8 @@ func TestTLS(t *testing.T) {
|
|||||||
expectedRoot string // expected root, set to the controller. Empty for negative cases.
|
expectedRoot string // expected root, set to the controller. Empty for negative cases.
|
||||||
expectedErrContent string // substring from the expected error. Empty for positive cases.
|
expectedErrContent string // substring from the expected error. Empty for positive cases.
|
||||||
}{
|
}{
|
||||||
// positive
|
// positive
|
||||||
// negative
|
// negative
|
||||||
}
|
}
|
||||||
|
|
||||||
for i, test := range tests {
|
for i, test := range tests {
|
||||||
|
|||||||
Reference in New Issue
Block a user