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

@@ -15,8 +15,7 @@ func TestProxyThreeWay(t *testing.T) {
erratic {
drop 2
}
}
`
}`
up1, err := CoreDNSServer(corefileUp1)
if err != nil {
@@ -26,8 +25,7 @@ func TestProxyThreeWay(t *testing.T) {
corefileUp2 := `example.org:0 {
whoami
}
`
}`
up2, err := CoreDNSServer(corefileUp2)
if err != nil {