aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-05-30 10:29:34 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-05-30 10:29:34 +0000
commit8f7f150bf33b41734e3aed0795c2cfdbeb4b6c89 (patch)
tree53abd979fc35032215b67a771e0e77b104898fb1
parent45b0a11294c59bfd806a57807aaa2a185f761cd5 (diff)
downloadcoredns-8f7f150bf33b41734e3aed0795c2cfdbeb4b6c89.tar.gz
coredns-8f7f150bf33b41734e3aed0795c2cfdbeb4b6c89.tar.zst
coredns-8f7f150bf33b41734e3aed0795c2cfdbeb4b6c89.zip
auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
-rw-r--r--plugin/errors/setup_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/errors/setup_test.go b/plugin/errors/setup_test.go
index 6af6aea57..5dbc9eca6 100644
--- a/plugin/errors/setup_test.go
+++ b/plugin/errors/setup_test.go
@@ -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},