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:
		@@ -307,7 +307,6 @@ namespace Ocelot.AcceptanceTests
 | 
			
		||||
 | 
			
		||||
                                        await context.Response.WriteJsonAsync(new FakeConsulGetResponse[] { kvp });
 | 
			
		||||
                                    }                               
 | 
			
		||||
 | 
			
		||||
                                    else if (context.Request.Method.ToLower() == "put" && context.Request.Path.Value == "/v1/kv/OcelotConfiguration")
 | 
			
		||||
                                    {
 | 
			
		||||
                                        try
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user