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{
|
||||
patterns: []*pattern{{
|
||||
period: 2 * time.Second,
|
||||
pattern: regexp.MustCompile("^error.*!$"),
|
||||
period: 2 * time.Second,
|
||||
pattern: regexp.MustCompile("^error.*!$"),
|
||||
logCallback: log.Errorf,
|
||||
}},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue