auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot] 2022-05-30 10:29:34 +00:00
parent 45b0a11294
commit 8f7f150bf3

View file

@ -13,10 +13,10 @@ import (
func TestErrorsParse(t *testing.T) {
tests := []struct {
inputErrorsRules string
shouldErr bool
optCount int
stacktrace bool
inputErrorsRules string
shouldErr bool
optCount int
stacktrace bool
}{
{`errors`, false, 0, false},
{`errors stdout`, false, 0, false},