mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user