Commit ae0431e4 authored by coredns[bot]'s avatar coredns[bot]

auto go fmt

Signed-off-by: default avatarcoredns[bot] <bot@bot.coredns.io>
parent d17e50af
...@@ -188,8 +188,8 @@ func TestStop(t *testing.T) { ...@@ -188,8 +188,8 @@ func TestStop(t *testing.T) {
h := &errorHandler{ h := &errorHandler{
patterns: []*pattern{{ patterns: []*pattern{{
period: 2 * time.Second, period: 2 * time.Second,
pattern: regexp.MustCompile("^error.*!$"), pattern: regexp.MustCompile("^error.*!$"),
logCallback: log.Errorf, logCallback: log.Errorf,
}}, }},
} }
......
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