Commit 8f7f150b authored by coredns[bot]'s avatar coredns[bot]

auto go fmt

Signed-off-by: default avatarcoredns[bot] <bot@bot.coredns.io>
parent 45b0a112
...@@ -13,10 +13,10 @@ import ( ...@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment