Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
parent
74eabe90e0
commit
ed1f42cf56
31 changed files with 284 additions and 305 deletions
|
@ -9,12 +9,12 @@ import (
|
|||
|
||||
func TestCompressScrub(t *testing.T) {
|
||||
corefile := `example.org:0 {
|
||||
erratic {
|
||||
drop 0
|
||||
delay 0
|
||||
large
|
||||
}
|
||||
}`
|
||||
erratic {
|
||||
drop 0
|
||||
delay 0
|
||||
large
|
||||
}
|
||||
}`
|
||||
|
||||
i, udp, _, err := CoreDNSServerAndPorts(corefile)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue