From 8f7f150bf33b41734e3aed0795c2cfdbeb4b6c89 Mon Sep 17 00:00:00 2001 From: "coredns[bot]" Date: Mon, 30 May 2022 10:29:34 +0000 Subject: [PATCH] auto go fmt Signed-off-by: coredns[bot] --- plugin/errors/setup_test.go | 8 ++++---- 1 file 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},