From ae0431e4da2f5f135afe4bf16333636eea4ceb2c Mon Sep 17 00:00:00 2001 From: "coredns[bot]" Date: Mon, 12 Jul 2021 10:32:17 +0000 Subject: [PATCH] auto go fmt Signed-off-by: coredns[bot] --- plugin/errors/errors_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/errors/errors_test.go b/plugin/errors/errors_test.go index ba9a9b571..1cd42b40c 100644 --- a/plugin/errors/errors_test.go +++ b/plugin/errors/errors_test.go @@ -188,8 +188,8 @@ func TestStop(t *testing.T) { h := &errorHandler{ patterns: []*pattern{{ - period: 2 * time.Second, - pattern: regexp.MustCompile("^error.*!$"), + period: 2 * time.Second, + pattern: regexp.MustCompile("^error.*!$"), logCallback: log.Errorf, }}, }