From ed1f42cf563e60068cadb96155423942917d0d47 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 25 Apr 2020 14:08:36 +0800 Subject: Fix mixed indentation within tests (#3855) Signed-off-by: Ambrose Chua --- test/file_srv_additional_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/file_srv_additional_test.go') diff --git a/test/file_srv_additional_test.go b/test/file_srv_additional_test.go index 30e603588..6da81a993 100644 --- a/test/file_srv_additional_test.go +++ b/test/file_srv_additional_test.go @@ -19,9 +19,9 @@ func TestZoneSRVAdditional(t *testing.T) { // Corefile with for example without proxy section. corefile := `example.org:0 { - file ` + name + ` -} -` + file ` + name + ` + }` + i, udp, _, err := CoreDNSServerAndPorts(corefile) if err != nil { t.Fatalf("Could not get CoreDNS serving instance: %s", err) -- cgit v1.2.3