auto go fmt

Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
coredns[bot] 2021-07-12 10:32:17 +00:00
parent d17e50afc7
commit ae0431e4da

View file

@ -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,
}},
}