auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
d17e50afc7
commit
ae0431e4da
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
}},
|
}},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue