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/grpc_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/grpc_test.go') diff --git a/test/grpc_test.go b/test/grpc_test.go index 5b742687d..55395758d 100644 --- a/test/grpc_test.go +++ b/test/grpc_test.go @@ -14,8 +14,8 @@ import ( func TestGrpc(t *testing.T) { corefile := `grpc://.:0 { whoami -} -` + }` + g, _, tcp, err := CoreDNSServerAndPorts(corefile) if err != nil { t.Fatalf("Could not get CoreDNS serving instance: %s", err) -- cgit v1.2.3