auto go fmt
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
This commit is contained in:
parent
fe9ba42590
commit
b40f2a0a44
2 changed files with 2 additions and 4 deletions
|
@ -381,11 +381,11 @@ func TestServeDNS(t *testing.T) {
|
|||
|
||||
// Before sorting, make sure that CNAMES do not appear after their target records
|
||||
if err := test.CNAMEOrder(resp); err != nil {
|
||||
t.Errorf("Test %d, %v",i, err)
|
||||
t.Errorf("Test %d, %v", i, err)
|
||||
}
|
||||
|
||||
if err := test.SortAndCheck(resp, tc); err != nil {
|
||||
t.Errorf("Test %d, %v",i, err)
|
||||
t.Errorf("Test %d, %v", i, err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue