auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
45b0a11294
commit
8f7f150bf3
1 changed files with 4 additions and 4 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue