mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 13:10:51 +08:00 
			
		
		
		
	Fix else statement spacing
SA1510
This commit is contained in:
		@@ -306,8 +306,7 @@ namespace Ocelot.AcceptanceTests
 | 
				
			|||||||
                                        var kvp = new FakeConsulGetResponse(base64);
 | 
					                                        var kvp = new FakeConsulGetResponse(base64);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                        await context.Response.WriteJsonAsync(new FakeConsulGetResponse[] { kvp });
 | 
					                                        await context.Response.WriteJsonAsync(new FakeConsulGetResponse[] { kvp });
 | 
				
			||||||
                                    }
 | 
					                                    }                               
 | 
				
			||||||
 | 
					 | 
				
			||||||
                                    else if (context.Request.Method.ToLower() == "put" && context.Request.Path.Value == "/v1/kv/OcelotConfiguration")
 | 
					                                    else if (context.Request.Method.ToLower() == "put" && context.Request.Path.Value == "/v1/kv/OcelotConfiguration")
 | 
				
			||||||
                                    {
 | 
					                                    {
 | 
				
			||||||
                                        try
 | 
					                                        try
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user