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) {
|
func TestErrorsParse(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
inputErrorsRules string
|
inputErrorsRules string
|
||||||
shouldErr bool
|
shouldErr bool
|
||||||
optCount int
|
optCount int
|
||||||
stacktrace bool
|
stacktrace bool
|
||||||
}{
|
}{
|
||||||
{`errors`, false, 0, false},
|
{`errors`, false, 0, false},
|
||||||
{`errors stdout`, false, 0, false},
|
{`errors stdout`, false, 0, false},
|
||||||
|
|
Loading…
Add table
Reference in a new issue