Fix mixed indentation within tests (#3855)

Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
Ambrose Chua
2020-04-25 14:08:36 +08:00
committed by GitHub
parent 74eabe90e0
commit ed1f42cf56
31 changed files with 284 additions and 305 deletions

View File

@@ -29,11 +29,11 @@ func TestLargeAXFR(t *testing.T) {
defer rm()
corefile := `example.com:0 {
file ` + name + ` {
transfer to *
}
}
`
file ` + name + ` {
transfer to *
}
}`
// Start server, and send an AXFR query to the TCP port. We set the deadline to prevent the test from hanging.
i, _, tcp, err := CoreDNSServerAndPorts(corefile)
if err != nil {